Spaces:
Runtime error
Runtime error
lixuejing
commited on
Commit
·
68dc73c
1
Parent(s):
173992b
update
Browse files- app.py +1 -1
- src/about.py +2 -2
app.py
CHANGED
@@ -476,6 +476,6 @@ with demo:
|
|
476 |
|
477 |
scheduler = BackgroundScheduler()
|
478 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
479 |
-
|
480 |
scheduler.start()
|
481 |
demo.queue(default_concurrency_limit=40).launch()
|
|
|
476 |
|
477 |
scheduler = BackgroundScheduler()
|
478 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
479 |
+
scheduler.add_job(update_dynamic_files, "cron", minute=30) # launched every hour on the hour
|
480 |
scheduler.start()
|
481 |
demo.queue(default_concurrency_limit=40).launch()
|
src/about.py
CHANGED
@@ -77,8 +77,8 @@ For all these evaluations, a higher score is a better score. We chose these benc
|
|
77 |
|
78 |
## Details and logs
|
79 |
You can find:
|
80 |
-
- detailed numerical results in the results Hugging Face dataset: https://huggingface.co/datasets/open-cn-llm-leaderboard/
|
81 |
-
- community queries and running status in the requests Hugging Face dataset: https://huggingface.co/datasets/open-cn-llm-leaderboard/
|
82 |
|
83 |
## Reproducibility
|
84 |
|
|
|
77 |
|
78 |
## Details and logs
|
79 |
You can find:
|
80 |
+
- detailed numerical results in the results Hugging Face dataset: https://huggingface.co/datasets/open-cn-llm-leaderboard/vlm_results
|
81 |
+
- community queries and running status in the requests Hugging Face dataset: https://huggingface.co/datasets/open-cn-llm-leaderboard/vlm_requests
|
82 |
|
83 |
## Reproducibility
|
84 |
|