Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
transformers
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--find-links https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch==2.1.2
|
| 3 |
+
torchvision==0.16.2
|
| 4 |
+
torchaudio==2.1.2
|
| 5 |
+
diffusers==0.25.0
|
| 6 |
transformers
|
| 7 |
+
accelerate
|
| 8 |
+
safetensors
|
| 9 |
+
gradio
|
| 10 |
+
invisible-watermark
|