Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,6 @@ with gr.Blocks(css=css, head=head) as demo:
|
|
| 206 |
"""
|
| 207 |
# Welcome to MagicQuill!
|
| 208 |
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.
|
| 209 |
-
# !!! The only official website is [magicquill.art](https://magicquill.art). Any other websites (such as magicquill.online) are scams.
|
| 210 |
""")
|
| 211 |
with gr.Row(elem_classes="row"):
|
| 212 |
ms = MagicQuill()
|
|
|
|
| 206 |
"""
|
| 207 |
# Welcome to MagicQuill!
|
| 208 |
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.
|
|
|
|
| 209 |
""")
|
| 210 |
with gr.Row(elem_classes="row"):
|
| 211 |
ms = MagicQuill()
|