Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,6 +80,7 @@ def likelihood_plot(bodyparts, likelihood_csv, tmpdir):
|
|
| 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(f'{h5_file_name}.h5')
|
|
|
|
| 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')
|