Tonic commited on
Commit
78e3da5
β€’
1 Parent(s): 88ee7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ def reset_state(task_history):
146
  iface = gr.Interface(
147
  fn=predict,
148
  inputs=[
149
- gr.inputs.Audio(label="Audio Input"),
150
- gr.inputs.Textbox(label="Text Query"),
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=[