xinchen9 commited on
Commit
6c0a98c
1 Parent(s): 6d78776

[Update]Change to Unlearned Methods

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def restart_space():
63
  # ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
64
 
65
  raw_data = dummydf()
66
- methods = list(set(raw_data['Method']))
67
  metrics = ["Pre-ASR","Post-ASR", "FID"]
68
 
69
  def update_table(
 
63
  # ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
64
 
65
  raw_data = dummydf()
66
+ methods = list(set(raw_data['Unlearned Methods']))
67
  metrics = ["Pre-ASR","Post-ASR", "FID"]
68
 
69
  def update_table(