Jonny001 commited on
Commit
c3dca52
·
verified ·
1 Parent(s): 929d066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def inference(img, version, scale):
91
  return None, None
92
 
93
  # UI Description
94
- description = """<div style="color: yellow; font-weight: bold; font-size: 16px; margin-bottom: 10px;"> ⚠ Currently running on CPU — expect slower performance. Thank you for your patience. </div>"""
95
 
96
  # Gradio Interface
97
  demo = gr.Interface(
 
91
  return None, None
92
 
93
  # UI Description
94
+ description = "⚠ Currently running on CPU — expect slower performance. Thank you for your patience."
95
 
96
  # Gradio Interface
97
  demo = gr.Interface(