smjain commited on
Commit
99aef6b
1 Parent(s): 2b3e11e

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(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="filepath"),
13
  gr.Textbox(label="String 1"),
14
  gr.Textbox(label="String 2")
15
  ],