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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ 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)
 
4
 
5
  text_imagen = gr.Interface.load("models/Purz/face-projection")
6
 
7
+ text_imagen.launch(text_imagen, theme=theme, debug=True)