Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -42,15 +42,15 @@ tzdata==2024.1 ; python_version >= "3.10" and python_version < "4.0" and sys_pla
|
|
42 |
uvloop==0.19.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32"
|
43 |
whitenoise==6.6.0 ; python_version >= "3.10" and python_version < "4.0"
|
44 |
llamafactory
|
45 |
-
gradio==4.31.5
|
46 |
aiofiles
|
47 |
diffusers
|
48 |
psycopg2-binary
|
49 |
accelerate==0.17.1
|
50 |
-
git+https://github.com/huggingface/diffusers@9dc8444
|
51 |
#gradio==3.23.0
|
52 |
-
huggingface-hub==0.13.3
|
53 |
-
imageio[ffmpeg]==2.26.1
|
54 |
-
torch==2.0.0
|
55 |
-
torchvision==0.15.1
|
56 |
-
transformers==4.27.2
|
|
|
42 |
uvloop==0.19.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32"
|
43 |
whitenoise==6.6.0 ; python_version >= "3.10" and python_version < "4.0"
|
44 |
llamafactory
|
45 |
+
#gradio==4.31.5
|
46 |
aiofiles
|
47 |
diffusers
|
48 |
psycopg2-binary
|
49 |
accelerate==0.17.1
|
50 |
+
#git+https://github.com/huggingface/diffusers@9dc8444
|
51 |
#gradio==3.23.0
|
52 |
+
#huggingface-hub==0.13.3
|
53 |
+
#imageio[ffmpeg]==2.26.1
|
54 |
+
#torch==2.0.0
|
55 |
+
#torchvision==0.15.1
|
56 |
+
#transformers==4.27.2
|