Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text",titl
|
|
14 |
#theme='freddyaboulton/dracula_revamped'
|
15 |
|
16 |
theme = gr.themes.Soft(),
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
iface.launch()
|
|
|
14 |
#theme='freddyaboulton/dracula_revamped'
|
15 |
|
16 |
theme = gr.themes.Soft(),
|
17 |
+
)
|
18 |
|
19 |
+
|
20 |
|
21 |
iface.launch()
|