ryo2 commited on
Commit
06ca6c6
·
1 Parent(s): a14553e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def likelihood_plot(bodyparts, likelihood_csv, tmpdir):
80
 
81
 
82
  def main(h5_file):
83
- print(h5_file)
84
  h5_file_name = os.path.basename(h5_file.name)
85
  h5_file_name = os.path.splitext(h5_file_name)[0]
86
  df, bd, scorer = load_data(f'{h5_file_name}.h5')
 
80
 
81
 
82
  def main(h5_file):
83
+ print(h5_file.name)
84
  h5_file_name = os.path.basename(h5_file.name)
85
  h5_file_name = os.path.splitext(h5_file_name)[0]
86
  df, bd, scorer = load_data(f'{h5_file_name}.h5')