Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prakasa1234
/
ASL_Classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prakasa1234
commited on
Nov 6, 2025
Commit
57d80b0
·
verified
·
1 Parent(s):
ff714e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ iface = gr.Interface(
74
)
75
76
if __name__ == "__main__":
77
-
iface.launch()
74
)
75
76
if __name__ == "__main__":
77
+
iface.launch(
share=True
)