Spaces:
Runtime error
Runtime error
Update flux_schnell.py
Browse files- flux_schnell.py +1 -1
flux_schnell.py
CHANGED
|
@@ -43,7 +43,7 @@ def create_flux_tab(image_input):
|
|
| 43 |
}
|
| 44 |
"""
|
| 45 |
|
| 46 |
-
with gr.Blocks(css=css) as
|
| 47 |
|
| 48 |
with gr.Column(elem_id="col-container"):
|
| 49 |
gr.Markdown(f"""# FLUX.1 [schnell]""")
|
|
|
|
| 43 |
}
|
| 44 |
"""
|
| 45 |
|
| 46 |
+
with gr.Blocks(css=css) as flux_demo:
|
| 47 |
|
| 48 |
with gr.Column(elem_id="col-container"):
|
| 49 |
gr.Markdown(f"""# FLUX.1 [schnell]""")
|