Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T-LENS
/
Image-Verifier-MultiFace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kyrilloswahid
commited on
Jun 25
Commit
16d0bc9
·
verified
·
1 Parent(s):
57f6e42
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,4 +89,4 @@ interface = gr.Interface(
89
api_name="/predict" # ✅ ADDED
90
)
91
92
-
interface.launch(
enable_queue=False
)
89
api_name="/predict" # ✅ ADDED
90
)
91
92
+
interface.launch()