Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
-
transformers
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
sentencepiece # Required by certain Hugging Face models for tokenization
|
8 |
-
aiohttp==3.8.5 # For asynchronous HTTP requests (used in async functions)
|
9 |
-
matplotlib==3.7.2 # For displaying images with pyplot
|
10 |
-
huggingface-hub==0.15.1 # To interact with Hugging Face Hub
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
sentencepiece
|
4 |
+
requests
|
5 |
+
matplotlib
|
6 |
+
gradio
|
|
|
|
|
|
|
|