Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ interface = gr.Interface(
|
|
28 |
outputs=gr.Image(label="Generated Image"),
|
29 |
examples=examples,
|
30 |
theme="NoCrypt/miku",
|
|
|
31 |
)
|
32 |
|
33 |
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. ( Apply Face Enhancer to get better result. )",
|
32 |
)
|
33 |
|
34 |
interface.launch()
|