Spaces:
Runtime error
Runtime error
Commit
·
c44d050
1
Parent(s):
1ea0be8
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ def greet(audio):
|
|
11 |
demo = gr.Interface(
|
12 |
fn=greet,
|
13 |
inputs=gr.Audio(source="upload",type="filepath"),
|
|
|
14 |
outputs="text",
|
15 |
)
|
16 |
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()
|