HongFangzhou commited on
Commit
e9f5fbd
1 Parent(s): 473361e

update app.py

Browse files
Files changed (2) hide show
  1. app.py +2 -0
  2. 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==2.0.2
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