DigiP-AI commited on
Commit
fdabc5a
·
verified ·
1 Parent(s): 46500ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -158,7 +158,6 @@ 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
- gr.HTML("<center>The model is currently running on the CPU, which might affect performance.</center>")
162
  with gr.Tab(label="Image To Prompt"):
163
  with gr.Row():
164
  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
  with gr.Tab(label="Image To Prompt"):
162
  with gr.Row():
163
  with gr.Column(scale=4, min_width=300):