LiuZichen commited on
Commit
822c729
·
verified ·
1 Parent(s): 54f5ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -201,10 +201,10 @@ with gr.Blocks(css=css) as demo:
201
  text = gr.Markdown(
202
  """
203
  # Welcome to MagicQuill!
204
- Click the [link](https://magicquill.art) to view our demo and tutorial. Give us a [GitHub star](https://github.com/magic-quill/magicquill) if you are interested.
205
  """)
206
  with gr.Row(elem_classes="row"):
207
- ms = MagicQuill(theme="light")
208
  with gr.Row(elem_classes="row"):
209
  with gr.Column():
210
  btn = gr.Button("Run", variant="primary")
 
201
  text = gr.Markdown(
202
  """
203
  # Welcome to MagicQuill!
204
+ Click the [link](https://magicquill.art) to view our demo and tutorial. Give us a [GitHub star](https://github.com/magic-quill/magicquill) if you are interested. The only official website is [magicquill.art](https://magicquill.art). Any other websites (such as [magicquill.online](https://magicquill.online)) are fraudulent attempts to scam.
205
  """)
206
  with gr.Row(elem_classes="row"):
207
+ ms = MagicQuill()
208
  with gr.Row(elem_classes="row"):
209
  with gr.Column():
210
  btn = gr.Button("Run", variant="primary")