Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,7 @@ title = """<h1 align="center">FLUX.1-dev with Qwen2VL Captioner and Prompt Enhan
|
|
455 |
</center></p>
|
456 |
"""
|
457 |
|
458 |
-
with gr.Blocks(css=css
|
459 |
gr.HTML(title)
|
460 |
with gr.Row():
|
461 |
with gr.Column(scale=1):
|
|
|
455 |
</center></p>
|
456 |
"""
|
457 |
|
458 |
+
with gr.Blocks(css=css) as demo:
|
459 |
gr.HTML(title)
|
460 |
with gr.Row():
|
461 |
with gr.Column(scale=1):
|