smjain commited on
Commit
2b3e11e
·
verified ·
1 Parent(s): 0588585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def process_audio_and_strings(audio_file, string1, string2):
9
  iface = gr.Interface(
10
  fn=process_audio_and_strings,
11
  inputs=[
12
- gr.Audio(source="upload", type="file"),
13
  gr.Textbox(label="String 1"),
14
  gr.Textbox(label="String 2")
15
  ],
 
9
  iface = gr.Interface(
10
  fn=process_audio_and_strings,
11
  inputs=[
12
+ gr.Audio(type="file"),
13
  gr.Textbox(label="String 1"),
14
  gr.Textbox(label="String 2")
15
  ],