Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,8 @@ def reset_state(task_history):
|
|
146 |
iface = gr.Interface(
|
147 |
fn=predict,
|
148 |
inputs=[
|
149 |
-
gr.
|
150 |
-
gr.
|
151 |
gr.State()
|
152 |
],
|
153 |
outputs=[
|
|
|
146 |
iface = gr.Interface(
|
147 |
fn=predict,
|
148 |
inputs=[
|
149 |
+
gr.Audio(label="Audio Input"),
|
150 |
+
gr.Textbox(label="Text Query"),
|
151 |
gr.State()
|
152 |
],
|
153 |
outputs=[
|