Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def add_new_eval(
|
|
63 |
return 0
|
64 |
|
65 |
def refresh_data():
|
66 |
-
print(api.whoami(
|
67 |
api.restart_space(repo_id="HUBioDataLab/PROBE", token=os.getenv("api-key"))
|
68 |
benchmark_types = ["similarity", "function", "family", "affinity", "leaderboard"]
|
69 |
|
|
|
63 |
return 0
|
64 |
|
65 |
def refresh_data():
|
66 |
+
print(api.whoami())
|
67 |
api.restart_space(repo_id="HUBioDataLab/PROBE", token=os.getenv("api-key"))
|
68 |
benchmark_types = ["similarity", "function", "family", "affinity", "leaderboard"]
|
69 |
|