Spaces:
Sleeping
Sleeping
launch
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -24,12 +24,13 @@
|
|
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
|
30 |
transformers==4.26.1
|
31 |
Pillow==9.4.0
|
32 |
numpy==1.23.5
|
33 |
gradio==3.16.2
|
34 |
huggingface_hub
|
35 |
torch==2.4.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.104.0
|
28 |
uvicorn==0.22.0
|
29 |
+
diffusers==0.32.2
|
30 |
transformers==4.26.1
|
31 |
Pillow==9.4.0
|
32 |
numpy==1.23.5
|
33 |
gradio==3.16.2
|
34 |
huggingface_hub
|
35 |
torch==2.4.0
|
36 |
+
tokenizers==0.21.0
|