Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,6 @@ 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 |
iface.launch()
|
|
|
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 |
iface.launch()
|