Spaces:
Sleeping
Sleeping
update deps
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -24,13 +24,14 @@
|
|
24 |
# diffusers==0.18.2
|
25 |
# huggingface_hub==0.27.0
|
26 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
27 |
-
fastapi==0.
|
28 |
uvicorn==0.22.0
|
29 |
diffusers==0.32.2
|
30 |
transformers==4.48.0
|
31 |
Pillow==9.4.0
|
32 |
numpy==1.23.5
|
33 |
-
gradio==
|
34 |
huggingface_hub
|
35 |
torch==2.4.0
|
36 |
-
tokenizers==0.21.0
|
|
|
|
24 |
# diffusers==0.18.2
|
25 |
# huggingface_hub==0.27.0
|
26 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
27 |
+
fastapi==0.115.6
|
28 |
uvicorn==0.22.0
|
29 |
diffusers==0.32.2
|
30 |
transformers==4.48.0
|
31 |
Pillow==9.4.0
|
32 |
numpy==1.23.5
|
33 |
+
gradio==5.12.0
|
34 |
huggingface_hub
|
35 |
torch==2.4.0
|
36 |
+
tokenizers==0.21.0
|
37 |
+
starlette==0.41.3
|