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