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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()