Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ def generate_image_handler(x, negative_prompt, fine_edge, fix_perspective, grow_
|
|
| 219 |
|
| 220 |
# --- Gradio UI ---
|
| 221 |
|
| 222 |
-
with gr.Blocks(title="MagicQuill V2"
|
| 223 |
with gr.Row(elem_classes="row"):
|
| 224 |
text = gr.Markdown(
|
| 225 |
"""
|
|
|
|
| 219 |
|
| 220 |
# --- Gradio UI ---
|
| 221 |
|
| 222 |
+
with gr.Blocks(title="MagicQuill V2") as demo:
|
| 223 |
with gr.Row(elem_classes="row"):
|
| 224 |
text = gr.Markdown(
|
| 225 |
"""
|