Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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")
|