Spaces:
Sleeping
Sleeping
File size: 323 Bytes
66b0cef fe74bc0 8a42a65 fe74bc0 8a42a65 fe74bc0 |
1 2 3 4 5 6 7 8 |
import gradio as gr
theme="NoCrypt/miku"
dis="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding."
text_imagen = gr.Interface.load("models/Purz/face-projection")
gr.Series(text_imagen, theme=theme, dis=description).launch(debug=True) |