Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ interface = gr.Interface(
|
|
28 |
outputs=gr.Image(label="Generated Image"),
|
29 |
examples=examples,
|
30 |
theme="NoCrypt/miku",
|
31 |
-
description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.
|
32 |
)
|
33 |
|
34 |
interface.launch()
|
|
|
28 |
outputs=gr.Image(label="Generated Image"),
|
29 |
examples=examples,
|
30 |
theme="NoCrypt/miku",
|
31 |
+
description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.",
|
32 |
)
|
33 |
|
34 |
interface.launch()
|