Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ayyuce/SigLIP_2_zero-shot_image_classification
Aegis6
/
SigLIP_2_zero-shot_image_classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aegis6
commited on
Jan 8
Commit
b55610c
·
verified
·
1 Parent(s):
37d1200
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
)
31
32
if __name__ == "__main__":
33
-
iface.launch()
30
)
31
32
if __name__ == "__main__":
33
+
iface.launch(
show_api=False
)