Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def update_visible_components(model):
|
|
70 |
gr.update(visible=True, value=True)
|
71 |
]
|
72 |
|
73 |
-
with gr.Blocks(theme='
|
74 |
gr.HTML("""
|
75 |
<h1 align="center">FLUX.1 Image Generation</h1>
|
76 |
<p align="center">
|
|
|
70 |
gr.update(visible=True, value=True)
|
71 |
]
|
72 |
|
73 |
+
with gr.Blocks(theme='Nymbo/Nymbo_Theme') as demo:
|
74 |
gr.HTML("""
|
75 |
<h1 align="center">FLUX.1 Image Generation</h1>
|
76 |
<p align="center">
|