LiuZichen commited on
Commit
4263bec
·
verified ·
1 Parent(s): 92f4b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,8 +130,8 @@ with gr.Blocks(title="MagicQuill V2") as demo:
130
  with gr.Row(elem_classes="row"):
131
  text = gr.Markdown(
132
  """
133
- # Welcome to MagicQuill V2! Give us a [GitHub star] if you are interested.
134
- Click the [link] to view our demo and tutorial. The paper is on [ArXiv] now.
135
  """)
136
 
137
  with gr.Row():
 
130
  with gr.Row(elem_classes="row"):
131
  text = gr.Markdown(
132
  """
133
+ # Welcome to MagicQuill V2! Give us a [GitHub star](https://github.com/zliucz/magicquillv2) if you are interested.
134
+ Click the [link](https://magicquill.art/v2) to view our demo and tutorial. The paper is on [ArXiv](https://arxiv.org/abs/2512.03046) now.
135
  """)
136
 
137
  with gr.Row():