Spaces:
Paused
Paused
Update app.py
Browse files
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",
|