xinchen9 commited on
Commit
eadc0b5
·
verified ·
1 Parent(s): 5c96150

[Update]line79

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def restart_space():
75
  # running_eval_queue_df,
76
  # pending_eval_queue_df,
77
  # ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
78
- csv_path='./assets/object_parachute.csv'
79
  df_results = load_data(csv_path)
80
  methods = list(set(df_results['Unlearned_Methods']))
81
  all_columns = ['Unlearned_Methods','Source', 'Diffusion_Models','Pre-ASR','Pre-ASR','Post-FID']
 
75
  # running_eval_queue_df,
76
  # pending_eval_queue_df,
77
  # ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
78
+ csv_path='./assets/parachute.csv'
79
  df_results = load_data(csv_path)
80
  methods = list(set(df_results['Unlearned_Methods']))
81
  all_columns = ['Unlearned_Methods','Source', 'Diffusion_Models','Pre-ASR','Pre-ASR','Post-FID']