lime-j commited on
Commit
38d2a0b
·
1 Parent(s): e6c5050
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ method_dict = {
23
  'IMGS_quadprior' : 'QuadPrior'
24
  }
25
  core_file = './file_list.txt'
26
- bucket = os.getenv('bucket') #'https://checkpoints.mingjia.li/Exdark/'
27
  image_list = []
28
  with open(core_file, 'r') as f:
29
  for line in f:
 
23
  'IMGS_quadprior' : 'QuadPrior'
24
  }
25
  core_file = './file_list.txt'
26
+ bucket = os.getenv('bucket')
27
  image_list = []
28
  with open(core_file, 'r') as f:
29
  for line in f: