LiuZichen commited on
Commit
6b9d4e4
1 Parent(s): a1620e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(css=css) as demo:
203
  Click the [link](https://magicquill.art) to view our demo and tutorial.
204
  """)
205
  with gr.Row(elem_classes="row"):
206
- ms = MagicQuill()
207
  with gr.Row(elem_classes="row"):
208
  with gr.Column():
209
  btn = gr.Button("Run", variant="primary")
 
203
  Click the [link](https://magicquill.art) to view our demo and tutorial.
204
  """)
205
  with gr.Row(elem_classes="row"):
206
+ ms = MagicQuill(theme="light")
207
  with gr.Row(elem_classes="row"):
208
  with gr.Column():
209
  btn = gr.Button("Run", variant="primary")