Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- authtoken.py +1 -0
- requirements.txt +27 -0
authtoken.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
auth_token = "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"
|
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2022.9.14
|
2 |
+
charset-normalizer==2.1.1
|
3 |
+
colorama==0.4.5
|
4 |
+
customtkinter==4.6.1
|
5 |
+
darkdetect==0.7.1
|
6 |
+
diffusers==0.3.0
|
7 |
+
filelock==3.8.0
|
8 |
+
huggingface-hub==0.9.1
|
9 |
+
idna==3.4
|
10 |
+
importlib-metadata==4.12.0
|
11 |
+
numpy==1.23.3
|
12 |
+
packaging==21.3
|
13 |
+
Pillow==9.2.0
|
14 |
+
pyparsing==3.0.9
|
15 |
+
PyYAML==6.0
|
16 |
+
regex==2022.9.13
|
17 |
+
requests==2.28.1
|
18 |
+
tk==0.1.0
|
19 |
+
tokenizers==0.12.1
|
20 |
+
torch==1.12.1+cu113
|
21 |
+
torchaudio==0.12.1+cu113
|
22 |
+
torchvision==0.13.1+cu113
|
23 |
+
tqdm==4.64.1
|
24 |
+
transformers==4.22.1
|
25 |
+
typing_extensions==4.3.0
|
26 |
+
urllib3==1.26.12
|
27 |
+
zipp==3.8.1
|