Spaces:
Sleeping
Sleeping
added PyGithub to generate Dl Links
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ pandas==2.0.3
|
|
4 |
Requests==2.31.0
|
5 |
Shapely==2.0.2
|
6 |
transformers==4.33.2
|
7 |
-
torch==2.0.0
|
|
|
|
4 |
Requests==2.31.0
|
5 |
Shapely==2.0.2
|
6 |
transformers==4.33.2
|
7 |
+
torch==2.0.0
|
8 |
+
PyGithub==2.1.1
|