Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +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>Stable Diffusion
|
|
|
161 |
with gr.Tab(label="Image To Prompt"):
|
162 |
with gr.Row():
|
163 |
with gr.Column(scale=4, min_width=300):
|
|
|
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 |
+
gr.HTML("<center>Using Stable Diffusion 3.5 Large Turbo</center>")
|
162 |
with gr.Tab(label="Image To Prompt"):
|
163 |
with gr.Row():
|
164 |
with gr.Column(scale=4, min_width=300):
|