Update app.py
Browse files
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="
|
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 |
],
|