Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,7 @@ git+https://github.com/huggingface/diffusers.git
|
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 4 |
torch
|
| 5 |
-
numpy==1.24.3
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 4 |
torch
|
| 5 |
+
numpy==1.24.3
|
| 6 |
+
pydantic
|
| 7 |
+
fastapi
|
| 8 |
+
gradio
|