KingNish commited on
Commit
338c029
1 Parent(s): 2db11b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -124,11 +124,8 @@ with gr.Blocks(css="style.css") as demo:
124
  value=0,
125
  visible=False
126
  )
127
- input = gr.Textbox(label="User", sources="microphone", type="filepath", waveform_options=False)
128
- output = gr.Textbox(label="AI", type="filepath",
129
- interactive=False,
130
- autoplay=True,
131
- elem_classes="audio")
132
  gr.Interface(
133
  batch=True,
134
  max_batch_size=10,
 
124
  value=0,
125
  visible=False
126
  )
127
+ input = gr.Textbox(label="User")
128
+ output = gr.Textbox(label="AI", interactive=False)
 
 
 
129
  gr.Interface(
130
  batch=True,
131
  max_batch_size=10,