Abhishek Singh commited on
Commit ·
73fbde6
1
Parent(s): bb5fad0
add huggingface_hub package in reqruirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
-
gradio
|
| 4 |
sentencepiece
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
+
gradio==4.44.1
|
| 4 |
sentencepiece
|
| 5 |
+
huggingface_hub==0.24.0
|