Spaces:
Paused
Paused
me
Browse files- __pycache__/main.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/main.cpython-310.pyc
CHANGED
Binary files a/__pycache__/main.cpython-310.pyc and b/__pycache__/main.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -2,7 +2,7 @@ import subprocess
|
|
2 |
import sys
|
3 |
|
4 |
# List of dependencies you need
|
5 |
-
deps = ["transformers", "torch", "fastapi", "uvicorn", "huggingface_hub"]
|
6 |
|
7 |
# Attempt to install anything missing
|
8 |
for dep in deps:
|
|
|
2 |
import sys
|
3 |
|
4 |
# List of dependencies you need
|
5 |
+
deps = ["transformers", "torch", "fastapi", "uvicorn", "huggingface_hub", "accelerate"]
|
6 |
|
7 |
# Attempt to install anything missing
|
8 |
for dep in deps:
|