Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ 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 |
-
|
18 |
-
background-image: url("https://drive.google.com/file/d/163uypH4ktgCRoa3ZCWcBrQt_qtz1rcPN/view?usp=drive_link"); repeat 0 0;}')
|
|
|
19 |
iface.launch()
|
|
|
13 |
",
|
14 |
#theme='freddyaboulton/dracula_revamped'
|
15 |
|
16 |
+
theme = gr.themes.Soft(),
|
17 |
+
css='div {margin-left: auto; margin-right: auto; width: 100%;\
|
18 |
+
background-image: url("https://drive.google.com/file/d/163uypH4ktgCRoa3ZCWcBrQt_qtz1rcPN/view?usp=drive_link"); repeat 0 0;}'))
|
19 |
+
|
20 |
iface.launch()
|