Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
2 |
transformers
|
3 |
torch
|
|
|
|
|
|
|
|
|
4 |
fastapi
|
5 |
uvicorn
|
6 |
-
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
+
numpy
|
4 |
+
sympy
|
5 |
+
gradio
|
6 |
+
flask
|
7 |
fastapi
|
8 |
uvicorn
|
9 |
+
huggingface-hub
|