Spaces:
Sleeping
Sleeping
fix: add gradio
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
sentencepiece==0.1.99
|
2 |
transformers==4.35.0
|
3 |
protobuf==4.23.4
|
|
|
4 |
-f https://download.pytorch.org/whl/torch_stable.html
|
5 |
torch==2.1.0+cpu
|
6 |
-f https://download.pytorch.org/whl/torch_stable.html
|
|
|
1 |
sentencepiece==0.1.99
|
2 |
transformers==4.35.0
|
3 |
protobuf==4.23.4
|
4 |
+
gradio
|
5 |
-f https://download.pytorch.org/whl/torch_stable.html
|
6 |
torch==2.1.0+cpu
|
7 |
-f https://download.pytorch.org/whl/torch_stable.html
|