Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def inference(img, version, scale):
|
|
| 94 |
return None, None
|
| 95 |
|
| 96 |
|
| 97 |
-
description =
|
| 98 |
|
| 99 |
demo = gr.Interface(
|
| 100 |
inference, [
|
|
|
|
| 94 |
return None, None
|
| 95 |
|
| 96 |
|
| 97 |
+
description = "⚠ Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding."
|
| 98 |
|
| 99 |
demo = gr.Interface(
|
| 100 |
inference, [
|