LaoCzi commited on
Commit
2b5ea86
·
1 Parent(s): 3f2374a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,7 +118,7 @@ description = """<img style="float: left; margin-right: 20px; " src="https://hu
118
  </span>
119
  """
120
 
121
- demo = gr.Blocks(theme=gr.themes.Glass())
122
 
123
  with demo:
124
  gr.HTML(description)
@@ -142,4 +142,4 @@ with demo:
142
 
143
 
144
 
145
- demo.launch(share=False, debug=True)
 
118
  </span>
119
  """
120
 
121
+ demo = gr.Blocks(theme=gr.themes.Soft())
122
 
123
  with demo:
124
  gr.HTML(description)
 
142
 
143
 
144
 
145
+ demo.launch(share=False, debug=True)