Spaces:
Runtime error
Runtime error
SteveDigital
commited on
Commit
·
9f2ec46
1
Parent(s):
f075bac
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ gr.Interface(
|
|
21 |
inputs=[
|
22 |
gr.Audio(source="upload", type="filepath", label="Upload Audio"),
|
23 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
24 |
-
outputs="text").launch()
|
|
|
21 |
inputs=[
|
22 |
gr.Audio(source="upload", type="filepath", label="Upload Audio"),
|
23 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
24 |
+
outputs="text").launch(debug = True)
|