bruceyyu commited on
Commit
3d3a1e3
·
verified ·
1 Parent(s): 196f43e

add project desc

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -105,6 +105,13 @@ def generate_image_handler(x, negative_prompt, fine_edge, fix_perspective, grow_
105
  # --- Gradio UI ---
106
 
107
  with gr.Blocks(title="MagicQuill V2") as demo:
 
 
 
 
 
 
 
108
  with gr.Row():
109
  ms = MagicQuillV2()
110
 
 
105
  # --- Gradio UI ---
106
 
107
  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():
116
  ms = MagicQuillV2()
117