Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2+cu121
|
2 |
+
torchvision==0.16.2+cu121
|
3 |
+
torchaudio==2.1.2+cu121
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
5 |
+
tqdm
|
6 |
+
gradio
|
7 |
+
pillow
|