Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
torch==1.10.0+cpu
|
3 |
+
transformers
|
4 |
+
streamlit-player
|
5 |
+
yt-dlp
|