Spaces:
Runtime error
Runtime error
usag1e
commited on
Commit
·
18deb2f
1
Parent(s):
8e1f74f
Ensure transformers and torch are included
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
|
|
|
|
3 |
huggingface_hub
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
huggingface_hub
|