[Update]correct in line 80
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def restart_space():
|
|
| 77 |
# ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
| 78 |
|
| 79 |
all_columns = ['Unlearned_Methods','Pre-ASR','Pre-ASR','FID','CLIP-Score']
|
| 80 |
-
show_columns = ['Unlearned_Methods'
|
| 81 |
TYPES = ['str', 'number', 'number', 'number', 'number']
|
| 82 |
files = ['nudity','vangogh', 'church','garbage','parachute','tench']
|
| 83 |
csv_path='./assets/'+files[0]+'.csv'
|
|
|
|
| 77 |
# ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
| 78 |
|
| 79 |
all_columns = ['Unlearned_Methods','Pre-ASR','Pre-ASR','FID','CLIP-Score']
|
| 80 |
+
show_columns = ['Unlearned_Methods','Pre-ASR','Pre-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'
|