bruceyyu commited on
Commit
49f2fd8
·
verified ·
1 Parent(s): 3d3a1e3

update project desc

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks(title="MagicQuill V2") as demo:
108
  with gr.Row(elem_classes="row"):
109
  text = gr.Markdown(
110
  """
111
- # Welcome to MagicQuill V2! The paper is on [ArXiv](https://arxiv.org/abs/2512.03046) now.
112
- Click the [link](https://magicquill.art/v2) to view our demo and tutorial. Give us a [GitHub star](https://github.com/zliucz/magicquillv2) if you are interested.
113
  """)
114
 
115
  with gr.Row():
 
108
  with gr.Row(elem_classes="row"):
109
  text = gr.Markdown(
110
  """
111
+ # Welcome to MagicQuill V2! Give us a [GitHub star](https://github.com/zliucz/magicquillv2) if you are interested.
112
+ 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.
113
  """)
114
 
115
  with gr.Row():