conhllnd commited on
Commit
a2b9c52
·
verified ·
1 Parent(s): 2b8c44a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def load_data_and_plot(media_type, media_identifier, csv_path, folder_path):
115
  # Proceed if we found a valid file
116
  if media_file:
117
  prediction_label = extract_prediction_label(media_file, media_type)
118
- version_number = extract_version_number(media_file)
119
 
120
  # Get the full path to the media file
121
  media_path = os.path.join(folder_path, media_file)
 
115
  # Proceed if we found a valid file
116
  if media_file:
117
  prediction_label = extract_prediction_label(media_file, media_type)
118
+ version_number = extract_version_number(media_file, media_type)
119
 
120
  # Get the full path to the media file
121
  media_path = os.path.join(folder_path, media_file)