Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ css="""
|
|
| 81 |
}
|
| 82 |
"""
|
| 83 |
|
| 84 |
-
with gr.Blocks(css=css) as demo:
|
| 85 |
|
| 86 |
with gr.Column(elem_id="col-container"):
|
| 87 |
gr.Markdown(f"""# FLUX.1 Kontext [dev]
|
|
|
|
| 81 |
}
|
| 82 |
"""
|
| 83 |
|
| 84 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
| 85 |
|
| 86 |
with gr.Column(elem_id="col-container"):
|
| 87 |
gr.Markdown(f"""# FLUX.1 Kontext [dev]
|