Spaces:
Runtime error
Runtime error
Commit
·
40b6439
1
Parent(s):
c44d050
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def greet(audio):
|
|
11 |
demo = gr.Interface(
|
12 |
fn=greet,
|
13 |
inputs=gr.Audio(source="upload",type="filepath"),
|
14 |
-
examples=[["Example.mp3"]]
|
15 |
-
outputs="text"
|
16 |
)
|
17 |
demo.launch()
|
|
|
11 |
demo = gr.Interface(
|
12 |
fn=greet,
|
13 |
inputs=gr.Audio(source="upload",type="filepath"),
|
14 |
+
examples=[["Example.mp3"]],
|
15 |
+
outputs="text"
|
16 |
)
|
17 |
demo.launch()
|