Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
tensorflow==2.7.0
|
4 |
+
tensorflow_probability
|
5 |
+
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
6 |
+
-f https://data.pyg.org/whl/torch-1.11.0+cpu.html
|
7 |
+
torch
|
8 |
+
torch-scatter
|