Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
accelerate
|
5 |
+
diffusers
|
6 |
+
datasets
|
7 |
+
transformers
|
8 |
+
botocore
|
9 |
+
invisible-watermark
|
10 |
+
bitsandbytes
|
11 |
+
gradio==3.48.0
|