Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ css = """
|
|
108 |
# Build the Gradio UI with Blocks
|
109 |
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
110 |
# Add a title to the app
|
111 |
-
gr.HTML("<center><h1>FLUX.1-Krea-dev
|
112 |
gr.HTML("<center><p>High-quality image generation via Model Context Protocol</p></center>")
|
113 |
|
114 |
# Container for all the UI elements
|
|
|
108 |
# Build the Gradio UI with Blocks
|
109 |
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
110 |
# Add a title to the app
|
111 |
+
gr.HTML("<center><h1>FLUX.1-Krea-dev</h1></center>")
|
112 |
gr.HTML("<center><p>High-quality image generation via Model Context Protocol</p></center>")
|
113 |
|
114 |
# Container for all the UI elements
|