DigiP-AI commited on
Commit
7f071b8
Β·
verified Β·
1 Parent(s): 081e864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ footer{display:none !important}
155
  # Build the Gradio UI with Blocks
156
  with gr.Blocks(theme=theme, css=css) as app:
157
  # Add a title to the app
158
- gr.HTML("<center><h1>🎨 Stable Diffusion 3.5 Large T0urbo + πŸ‡¬πŸ‡§</h1></center>")
159
  with gr.Tabs() as tabs:
160
  with gr.TabItem(label="Image To Prompt", visible=True, id=1):
161
  with gr.Row():
 
155
  # Build the Gradio UI with Blocks
156
  with gr.Blocks(theme=theme, css=css) as app:
157
  # Add a title to the app
158
+ gr.HTML("<center><h1>🎨 Stable Diffusion 3.5 Large Turbo + πŸ‡¬πŸ‡§</h1></center>")
159
  with gr.Tabs() as tabs:
160
  with gr.TabItem(label="Image To Prompt", visible=True, id=1):
161
  with gr.Row():