DigiP-AI commited on
Commit
4f643b4
·
verified ·
1 Parent(s): e5e72ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):