Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
projectimx
/
Face_embedding
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
projectimx
commited on
Nov 22, 2024
Commit
c800c0c
·
verified
·
1 Parent(s):
e04e2fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ iface = gr.Interface(
58
)
59
60
if __name__ == "__main__":
61
-
iface.launch(share=True)
58
)
59
60
if __name__ == "__main__":
61
+
iface.launch(share=True
, enable_api=True
)