Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/webcam
tanishq1508
/
LLM_based_Engagement_lvl_alert_system
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tanishq1508
commited on
Oct 20, 2023
Commit
1e12940
·
1 Parent(s):
7bdc28c
Allowed sharing
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ demo = gr.Interface(
15
["image"],
16
)
17
if __name__ == "__main__":
18
-
demo.launch()
15
["image"],
16
)
17
if __name__ == "__main__":
18
+
demo.launch(
share=True
)