DigiP-AI commited on
Commit
3a86003
·
verified ·
1 Parent(s): 0a68a4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,8 +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>Flux Stable Diffusion Lab</center></h1>")
161
- with gr.Tab(label="Image To Stable DiffusionPrompt"):
162
  with gr.Row():
163
  with gr.Column(scale=4):
164
  input_img = gr.Image(label="Input Picture",height=320, type="filepath")
 
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
+ with gr.Tab(label="Image To Prompt"):
162
  with gr.Row():
163
  with gr.Column(scale=4):
164
  input_img = gr.Image(label="Input Picture",height=320, type="filepath")