Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
mastodon-py==1.8.0
|
2 |
diffusers==0.12.1
|
3 |
transformers==4.27.2
|
@@ -7,8 +8,7 @@ pandas==1.5.3
|
|
7 |
Pillow==9.0.0
|
8 |
safetensors==0.3.0
|
9 |
spacy==3.5.1
|
10 |
-
tensorboard==2.9.1
|
11 |
torch==2.0.1
|
12 |
torchvision==0.15.2
|
13 |
gradio==3.37.0
|
14 |
-
faker==18.3.1
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
mastodon-py==1.8.0
|
3 |
diffusers==0.12.1
|
4 |
transformers==4.27.2
|
|
|
8 |
Pillow==9.0.0
|
9 |
safetensors==0.3.0
|
10 |
spacy==3.5.1
|
|
|
11 |
torch==2.0.1
|
12 |
torchvision==0.15.2
|
13 |
gradio==3.37.0
|
14 |
+
#faker==18.3.1
|