Jonny001 commited on
Commit
710e318
1 Parent(s): fe74bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import gradio as gr
2
 
3
  theme="NoCrypt/miku"
4
- dis="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding."
5
 
6
  text_imagen = gr.Interface.load("models/Purz/face-projection")
7
 
8
- gr.Series(text_imagen, theme=theme, dis=description).launch(debug=True)
 
1
  import gradio as gr
2
 
3
  theme="NoCrypt/miku"
 
4
 
5
  text_imagen = gr.Interface.load("models/Purz/face-projection")
6
 
7
+ gr.Series(text_imagen, theme=theme).launch(debug=True)