Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ def restart_space():
|
|
76 |
# pending_eval_queue_df,
|
77 |
# ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
78 |
|
79 |
-
all_columns = ['Unlearned_Methods','Pre-ASR','
|
80 |
-
show_columns = ['Unlearned_Methods','Pre-ASR','
|
81 |
TYPES = ['str', 'number', 'number', 'number', 'number']
|
82 |
files = ['nudity','vangogh', 'church','garbage','parachute','tench']
|
83 |
csv_path='./assets/'+files[0]+'.csv'
|
|
|
76 |
# pending_eval_queue_df,
|
77 |
# ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
78 |
|
79 |
+
all_columns = ['Unlearned_Methods','Pre-ASR','Post-ASR','FID','CLIP-Score']
|
80 |
+
show_columns = ['Unlearned_Methods','Pre-ASR','Post-ASR','FID','CLIP-Score']
|
81 |
TYPES = ['str', 'number', 'number', 'number', 'number']
|
82 |
files = ['nudity','vangogh', 'church','garbage','parachute','tench']
|
83 |
csv_path='./assets/'+files[0]+'.csv'
|