Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -407,15 +407,15 @@ title = """
|
|
407 |
</div>
|
408 |
"""
|
409 |
footer = '<div align="center"><p><em>Special thanks to <a href="https://huggingface.co/Weyaxi">Weyaxi</a> for the <a href="https://github.com/Weyaxi/scrape-open-llm-leaderboard">Open LLM Leaderboard Scraper</a> and <a href="https://github.com/cg123">Charles Goddard</a> for <a href="https://github.com/arcee-ai/mergekit">mergekit</a>.</em></p></div>'
|
410 |
-
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
demo.queue().launch(server_name="0.0.0.0", show_error=True, prevent_thread_lock=True)
|
417 |
-
|
418 |
-
print("Start AutoMerger...")
|
419 |
|
420 |
# Main loop
|
421 |
# while True:
|
|
|
407 |
</div>
|
408 |
"""
|
409 |
footer = '<div align="center"><p><em>Special thanks to <a href="https://huggingface.co/Weyaxi">Weyaxi</a> for the <a href="https://github.com/Weyaxi/scrape-open-llm-leaderboard">Open LLM Leaderboard Scraper</a> and <a href="https://github.com/cg123">Charles Goddard</a> for <a href="https://github.com/arcee-ai/mergekit">mergekit</a>.</em></p></div>'
|
410 |
+
# with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
411 |
+
# gr.Markdown(title)
|
412 |
+
# logs = gr.Textbox(label="Logs")
|
413 |
+
# demo.load(read_logs, None, logs, every=1)
|
414 |
+
# leaderboard = gr.Dataframe(value=get_dataframe, datatype=["markdown", "number", "number", "number", "number", "number"], every=3600)
|
415 |
+
# gr.Markdown(footer)
|
416 |
+
# demo.queue().launch(server_name="0.0.0.0", show_error=True, prevent_thread_lock=True)
|
417 |
+
|
418 |
+
# print("Start AutoMerger...")
|
419 |
|
420 |
# Main loop
|
421 |
# while True:
|