Spaces:
Sleeping
Sleeping
[Update]correct synax
Browse files
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 = ["Chruch","Parachute","Tench","Garbage Turch","Van Gogh","Violence","Illegal Activity","Nudity"]
|
| 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['Method'].astype(str)))
|
| 67 |
metrics = ["Chruch","Parachute","Tench","Garbage Turch","Van Gogh","Violence","Illegal Activity","Nudity"]
|
| 68 |
|
| 69 |
def update_table(
|