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