Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
|
2 |
torch
|
3 |
transformers @ git+https://github.com/huggingface/transformers@b3a8a7c6be9b2f9e98d2c366fb633c87ce1f9bd1
|
4 |
requests
|
@@ -14,5 +16,4 @@ parameterized
|
|
14 |
einops
|
15 |
pynvml
|
16 |
sentencepiece
|
17 |
-
gradio>=3.38.0
|
18 |
text_generation
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@fcbbe2ddc36ec3abe1692501105cc6434a8d1aa8#subdirectory=client/python
|
3 |
+
https://gradio-builds.s3.amazonaws.com/fcbbe2ddc36ec3abe1692501105cc6434a8d1aa8/gradio-3.40.1-py3-none-any.whl
|
4 |
torch
|
5 |
transformers @ git+https://github.com/huggingface/transformers@b3a8a7c6be9b2f9e98d2c366fb633c87ce1f9bd1
|
6 |
requests
|
|
|
16 |
einops
|
17 |
pynvml
|
18 |
sentencepiece
|
|
|
19 |
text_generation
|