Tonic commited on
Commit
d211a77
β€’
1 Parent(s): 3948c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ iface = gr.Interface(
163
  inputs=[
164
  gr.Audio(label="Audio Input"),
165
  gr.Textbox(label="Text Query"),
166
- gr.State()
167
  ],
168
  outputs=[
169
  "text",
 
163
  inputs=[
164
  gr.Audio(label="Audio Input"),
165
  gr.Textbox(label="Text Query"),
166
+ gr.State(default=[])
167
  ],
168
  outputs=[
169
  "text",