Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
|
|
1 |
transformers
|
2 |
onnxruntime
|
3 |
scipy
|
4 |
-
torch
|
|
|
|
|
|
1 |
+
gradio
|
2 |
transformers
|
3 |
onnxruntime
|
4 |
scipy
|
5 |
+
torch
|
6 |
+
numpy
|
7 |
+
huggingface_hub
|