Update app.py
Browse files
app.py
CHANGED
@@ -13,5 +13,5 @@ iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text",titl
|
|
13 |
",
|
14 |
#theme='freddyaboulton/dracula_revamped'
|
15 |
|
16 |
-
theme = gr.themes.Soft()
|
17 |
iface.launch()
|
|
|
13 |
",
|
14 |
#theme='freddyaboulton/dracula_revamped'
|
15 |
|
16 |
+
theme = gr.themes.Soft())
|
17 |
iface.launch()
|