greendra commited on
Commit
cc919bb
·
verified ·
1 Parent(s): 2b5053c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ---