Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ title = """<h1 align="center">FLUX Fill Outpaint</h1>
|
|
202 |
<div align="center">Using <a href="https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev" target="_blank"><code>FLUX.1-Fill-dev</code></a></div>
|
203 |
"""
|
204 |
|
205 |
-
with gr.Blocks(css=css, theme="Nymbo/
|
206 |
with gr.Column():
|
207 |
gr.HTML(title)
|
208 |
|
|
|
202 |
<div align="center">Using <a href="https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev" target="_blank"><code>FLUX.1-Fill-dev</code></a></div>
|
203 |
"""
|
204 |
|
205 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme_5") as demo:
|
206 |
with gr.Column():
|
207 |
gr.HTML(title)
|
208 |
|