Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-webrtc-example
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
whitphx
HF staff
commited on
Jan 11, 2021
Commit
d32a83e
·
1 Parent(s):
381c3d0
Add deps/update rule
Browse files
Files changed (1)
hide
show
Makefile
+2
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
deps/update:
2
+
pipreqs --print . | sort > requirements.txt