Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VTechAI
/
PubFace
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
VTechAI
commited on
Dec 5, 2023
Commit
0babc62
·
1 Parent(s):
a9f00ec
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -79,4 +79,5 @@ with gr.Blocks() as demo:
79
80
81
if __name__ == "__main__":
82
demo.launch()
79
80
81
if __name__ == "__main__":
82
+
demo = gr.load("VTechAI/Face_demo", src="spaces", hf_token=token)
83
demo.launch()