Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
torch
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
torch
|
4 |
+
torchvision
|
5 |
+
torchaudio
|
6 |
+
numpy
|
7 |
+
pillow
|
8 |
+
diffusers
|
9 |
+
transformers
|
10 |
+
pydantic
|