Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,6 @@ interface = gr.Interface(
|
|
| 35 |
outputs=gr.Image(label="Generated Image"),
|
| 36 |
examples=examples,
|
| 37 |
theme="NoCrypt/miku",
|
| 38 |
-
description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.",
|
| 39 |
)
|
| 40 |
|
| 41 |
interface.launch()
|
|
|
|
| 35 |
outputs=gr.Image(label="Generated Image"),
|
| 36 |
examples=examples,
|
| 37 |
theme="NoCrypt/miku",
|
|
|
|
| 38 |
)
|
| 39 |
|
| 40 |
interface.launch()
|