freinold commited on
Commit
07f158a
1 Parent(s): 0a514d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ demo = gr.Interface(
94
  description=description,
95
  article=article,
96
  css=css,
97
- theme=gr.Themes.Soft()
98
  )
99
 
100
  demo.launch()
 
94
  description=description,
95
  article=article,
96
  css=css,
97
+ theme=gr.themes.Soft()
98
  )
99
 
100
  demo.launch()