Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ textarea:focus {
|
|
225 |
|
226 |
# --- Build the Gradio UI with Blocks ---
|
227 |
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
228 |
-
gr.HTML("<center><h1>Stable Diffusion 3.5 Turbo</h1></center>")
|
229 |
|
230 |
with gr.Column(elem_id="app-container"):
|
231 |
# --- Input Components ---
|
|
|
225 |
|
226 |
# --- Build the Gradio UI with Blocks ---
|
227 |
with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
228 |
+
gr.HTML("<center><h1>Stable Diffusion 3.5 Large Turbo</h1></center>")
|
229 |
|
230 |
with gr.Column(elem_id="app-container"):
|
231 |
# --- Input Components ---
|