lpinnova commited on
Commit
ec504b8
·
1 Parent(s): c4de771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -14,7 +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
- 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()
 
14
  #theme='freddyaboulton/dracula_revamped'
15
 
16
  theme = gr.themes.Soft(),
17
+ background-image: url("https://drive.google.com/file/d/163uypH4ktgCRoa3ZCWcBrQt_qtz1rcPN/view?usp=drive_link"); repeat 0 0;}')
18
+
19
+ )
20
 
21
  iface.launch()