DigiP-AI commited on
Commit
9b0ac62
·
verified ·
1 Parent(s): 70f45dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -157,7 +157,8 @@ footer{display:none !important}
157
 
158
  # Gradio Interface
159
  with gr.Blocks(css=css, theme=theme) as app:
160
- gr.HTML("<h1><center>Stable Diffusion Turbo Lab</center></h1>")
 
161
  with gr.Tab(label="Image To Prompt"):
162
  with gr.Row():
163
  with gr.Column(scale=4, min_width=300):
 
157
 
158
  # Gradio Interface
159
  with gr.Blocks(css=css, theme=theme) as app:
160
+ gr.HTML("<h1><center>Stable Diffusion Lab</center></h1>")
161
+ gr.HTML("<center>Using Stable Diffusion 3.5 Large Turbo</center>")
162
  with gr.Tab(label="Image To Prompt"):
163
  with gr.Row():
164
  with gr.Column(scale=4, min_width=300):