Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,6 +158,7 @@ footer{display:none !important}
|
|
| 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, min_width=300):
|
|
|
|
| 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("<h3><center>The model is currently running on the CPU, which might affect performance.</center></h3>")
|
| 162 |
with gr.Tab(label="Image To Prompt"):
|
| 163 |
with gr.Row():
|
| 164 |
with gr.Column(scale=4, min_width=300):
|