Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reab5555
/
Multimodal-Behavioral-Anomalies-Detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
reab5555
commited on
Jul 29, 2024
Commit
e39af00
·
verified
·
1 Parent(s):
cb22ba0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -186,4 +186,4 @@ with gr.Blocks() as iface:
186
)
187
188
if __name__ == "__main__":
189
-
iface.launch()
186
)
187
188
if __name__ == "__main__":
189
+
iface.launch(
share=True
)