lpinnova commited on
Commit
ea5f9f3
·
1 Parent(s): e1708a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()