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

Update app.py

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