Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ css = """
|
|
76 |
"""
|
77 |
|
78 |
# Build the Gradio UI with Blocks
|
79 |
-
with gr.Blocks(css=css) as app:
|
80 |
# Add a title to the app
|
81 |
gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
|
82 |
|
|
|
76 |
"""
|
77 |
|
78 |
# Build the Gradio UI with Blocks
|
79 |
+
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
80 |
# Add a title to the app
|
81 |
gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
|
82 |
|