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 13, 2025
Commit
1c7662f
·
verified
·
1 Parent(s):
a7e7cf8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ iface = gr.Interface(
73
)
74
75
if __name__ == "__main__":
76
-
iface.launch()
73
)
74
75
if __name__ == "__main__":
76
+
iface.launch(
ssr_mode=False, share = True
)