Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
huggingface_hub
|
4 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
huggingface_hub
|
4 |
+
pydantic
|
5 |
+
transformers
|
6 |
+
torch
|
7 |
+
accelerate
|
8 |
+
pipeline
|