Spaces:
Runtime error
Runtime error
HongFangzhou
commited on
Commit
•
2315629
1
Parent(s):
61ca3ae
update app.py
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
pytorch-lightning
|
6 |
numpy
|
7 |
tqdm
|
|
|
1 |
+
torch==1.13.1+cu117
|
2 |
+
torchvision==0.14.1+cu117
|
3 |
+
torchaudio==0.13.1
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
5 |
pytorch-lightning
|
6 |
numpy
|
7 |
tqdm
|