Spaces:
Running
on
L4
Running
on
L4
LIU, Zichen
commited on
Commit
•
9b2c724
1
Parent(s):
573e173
update link
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(css=css) as demo:
|
|
200 |
text = gr.Markdown(
|
201 |
"""
|
202 |
# Welcome to MagicQuill!
|
203 |
-
Click the [link](https://magicquill.art
|
204 |
""")
|
205 |
with gr.Row(elem_classes="row"):
|
206 |
ms = MagicQuill()
|
|
|
200 |
text = gr.Markdown(
|
201 |
"""
|
202 |
# Welcome to MagicQuill!
|
203 |
+
Click the [link](https://magicquill.art) to view our demo and tutorial.
|
204 |
""")
|
205 |
with gr.Row(elem_classes="row"):
|
206 |
ms = MagicQuill()
|