Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
torch
|
| 2 |
-
transformers>=4.41
|
| 3 |
-
safetensors
|
| 4 |
-
gradio
|
| 5 |
-
huggingface_hub
|
| 6 |
-
sentencepiece
|
| 7 |
-
numpy
|
| 8 |
-
pandas
|
| 9 |
plotly
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers>=4.41
|
| 3 |
+
safetensors
|
| 4 |
+
gradio>=4
|
| 5 |
+
huggingface_hub
|
| 6 |
+
sentencepiece
|
| 7 |
+
numpy
|
| 8 |
+
pandas
|
| 9 |
plotly
|