Spaces:
Sleeping
Sleeping
[Update]line 65-67
Browse files
app.py
CHANGED
@@ -62,6 +62,9 @@ def restart_space():
|
|
62 |
# pending_eval_queue_df,
|
63 |
# ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
64 |
|
|
|
|
|
|
|
65 |
|
66 |
# Searching and filtering
|
67 |
def update_table(
|
|
|
62 |
# pending_eval_queue_df,
|
63 |
# ) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
64 |
|
65 |
+
raw_data = dummydf()
|
66 |
+
methods = list(set(raw_data['Method']))
|
67 |
+
metrics = ["Chruch","Parachute","Tench","Garbage Turch","Van Gogh","Violence","Illegal Activity","Nudity"]
|
68 |
|
69 |
# Searching and filtering
|
70 |
def update_table(
|