ryo2 commited on
Commit
3942ae2
·
1 Parent(s): ab1e176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,7 +80,6 @@ def likelihood_plot(bodyparts, likelihood_csv, tmpdir):
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(h5_file.name)
 
80
 
81
 
82
  def main(h5_file):
 
83
  h5_file_name = os.path.basename(h5_file.name)
84
  h5_file_name = os.path.splitext(h5_file_name)[0]
85
  df, bd, scorer = load_data(h5_file.name)