Spaces:
Runtime error
Runtime error
on1onmangoes
commited on
Commit
•
a3ee5fc
1
Parent(s):
bb78308
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def greet(name):
|
|
53 |
return "Hello " + name + "!!"
|
54 |
|
55 |
iface = gr.Interface(fn=transcribe, inputs=gr.inputs.Audio(source="upload", optional=True, label="Audio file", type="filepath"), outputs="text")
|
56 |
-
iface.launch()
|
57 |
|
58 |
|
59 |
|
|
|
53 |
return "Hello " + name + "!!"
|
54 |
|
55 |
iface = gr.Interface(fn=transcribe, inputs=gr.inputs.Audio(source="upload", optional=True, label="Audio file", type="filepath"), outputs="text")
|
56 |
+
iface.launch(show_api=True)
|
57 |
|
58 |
|
59 |
|