Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def inference(img, version, scale):
|
|
| 91 |
return None, None
|
| 92 |
|
| 93 |
# UI Description
|
| 94 |
-
description = "
|
| 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(
|