Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,8 @@ 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()
|
|
|
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 |
+
# !!! The only official website is [magicquill.art](https://magicquill.art). Any other websites (such as magicquill.online) are scam.
|
206 |
""")
|
207 |
with gr.Row(elem_classes="row"):
|
208 |
ms = MagicQuill()
|