Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BooBooWu
/
Vec2Face
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Haiyu Wu
commited on
Sep 4, 2024
Commit
8408f97
·
1 Parent(s):
803ee95
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -280,7 +280,7 @@ def main():
280
"""
281
gr.Markdown(article)
282
283
-
demo.launch(
share=True
)
284
285
286
if __name__ == "__main__":
280
"""
281
gr.Markdown(article)
282
283
+
demo.launch()
284
285
286
if __name__ == "__main__":