Jonny001 commited on
Commit
fd2ee2d
1 Parent(s): 78234c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. ( Apply Face Enhancer to get better result. )",
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()