Commit
·
ab501f0
1
Parent(s):
6fab635
refine
Browse files
app.py
CHANGED
|
@@ -32,11 +32,10 @@ import copy
|
|
| 32 |
def restart_space():
|
| 33 |
API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
|
| 34 |
|
|
|
|
| 35 |
gtbench_raw_data = dummydf()
|
| 36 |
methods = list(set(gtbench_raw_data['Method']))
|
| 37 |
-
|
| 38 |
-
# Searching and filtering
|
| 39 |
-
metrics = ["Style-UA", "Style-IRA", "Style-CRA", "Object-UA", "Object-IRA", "Object-CRA", "FID", "run-time", "storage", "memory"]
|
| 40 |
|
| 41 |
def update_table(
|
| 42 |
hidden_df: pd.DataFrame,
|
|
|
|
| 32 |
def restart_space():
|
| 33 |
API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
|
| 34 |
|
| 35 |
+
# Searching and filtering
|
| 36 |
gtbench_raw_data = dummydf()
|
| 37 |
methods = list(set(gtbench_raw_data['Method']))
|
| 38 |
+
metrics = ["Style-UA", "Style-IRA", "Style-CRA", "Object-UA", "Object-IRA", "Object-CRA", "FID", "Time (s)", "Storage (GB)", "Memory (GB)"]
|
|
|
|
|
|
|
| 39 |
|
| 40 |
def update_table(
|
| 41 |
hidden_df: pd.DataFrame,
|