Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
fastapi>=0.68.0,<0.69.0
|
2 |
uvicorn>=0.15.0,<0.16.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi>=0.68.0,<0.69.0
|
2 |
uvicorn>=0.15.0,<0.16.0
|
3 |
+
git+https://github.com/huggingface/transformers.git
|
4 |
+
diffusers
|
5 |
+
transformers
|
6 |
+
accelerate
|
7 |
+
scipy
|
8 |
+
safetensors
|