DigiP-AI commited on
Commit
b1cac17
Β·
verified Β·
1 Parent(s): fbb6477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ footer{display:none !important}
159
  with gr.Blocks(theme=theme, css=css) as app:
160
  # Add a title to the app
161
  gr.HTML("<center><h1>🎨 Stable Diffusion 3.5 Large + πŸ‡¬πŸ‡§</h1></center>")
162
- with gr.Tab(label="Image To Flux Prompt"):
163
  with gr.Row():
164
  with gr.Column(scale=4):
165
  input_img = gr.Image(label="Input Picture",height=320, type="filepath")
 
159
  with gr.Blocks(theme=theme, css=css) as app:
160
  # Add a title to the app
161
  gr.HTML("<center><h1>🎨 Stable Diffusion 3.5 Large + πŸ‡¬πŸ‡§</h1></center>")
162
+ with gr.Tab(label="Image To Prompt"):
163
  with gr.Row():
164
  with gr.Column(scale=4):
165
  input_img = gr.Image(label="Input Picture",height=320, type="filepath")