Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
fasttext-numpy2
|
| 2 |
huggingface-hub>=0.20.0
|
| 3 |
regex>=2023.0.0
|
| 4 |
-
gradio>=4.0.0
|
|
|
|
|
|
|
|
|
| 1 |
fasttext-numpy2
|
| 2 |
huggingface-hub>=0.20.0
|
| 3 |
regex>=2023.0.0
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
torch
|
| 6 |
+
numpy
|