Spaces:
Sleeping
Sleeping
KJMAN678
commited on
Commit
·
4e20d4d
1
Parent(s):
e8d2caf
requirements.txtから使っていないライブラリを除外
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
# Python 3.7.13
|
2 |
diffusers==0.3.0
|
3 |
transformers==4.22.2
|
4 |
-
gradio==3.4.0
|
5 |
ipywidgets==7.7.2
|
6 |
-
google-colab==1.0.0
|
7 |
-
notebook==6.4.12
|
8 |
pandas==1.3.5
|
9 |
ftfy==6.1.1
|
10 |
-
spacy==3.4.1
|
|
|
|
|
|
1 |
diffusers==0.3.0
|
2 |
transformers==4.22.2
|
|
|
3 |
ipywidgets==7.7.2
|
|
|
|
|
4 |
pandas==1.3.5
|
5 |
ftfy==6.1.1
|
6 |
+
spacy==3.4.1
|
7 |
+
notebook==6.4.12
|