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