Spaces:
Runtime error
Runtime error
HongFangzhou
commited on
Commit
β’
e9f5fbd
1
Parent(s):
473361e
update app.py
Browse files- app.py +2 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
print("Start importing everything.")
|
2 |
|
3 |
import pytorch_lightning as pl
|
|
|
|
|
4 |
import os
|
5 |
import sys
|
6 |
import cv2
|
|
|
1 |
print("Start importing everything.")
|
2 |
|
3 |
import pytorch_lightning as pl
|
4 |
+
print("pl")
|
5 |
+
|
6 |
import os
|
7 |
import sys
|
8 |
import cv2
|
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
torch==1.12.0+cu113
|
3 |
torchvision==0.13.0+cu113
|
4 |
torchaudio==0.12.0
|
5 |
-
pytorch-lightning
|
6 |
numpy
|
7 |
tqdm
|
8 |
PyYAML
|
|
|
2 |
torch==1.12.0+cu113
|
3 |
torchvision==0.13.0+cu113
|
4 |
torchaudio==0.12.0
|
5 |
+
pytorch-lightning
|
6 |
numpy
|
7 |
tqdm
|
8 |
PyYAML
|