Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>
|
| 161 |
-
with gr.Tab(label="Image To
|
| 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")
|