Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,14 +153,14 @@ def evaluate_uploaded_json(user_file):
|
|
| 153 |
demo = gr.Blocks(css=custom_css)
|
| 154 |
with demo:
|
| 155 |
gr.HTML(TITLE)
|
| 156 |
-
gr.Markdown(
|
| 157 |
|
| 158 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 159 |
-
with gr.TabItem("๐
LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
| 160 |
-
|
| 161 |
|
| 162 |
-
with gr.TabItem("๐ About", elem_id="llm-benchmark-tab-table", id=2):
|
| 163 |
-
|
| 164 |
|
| 165 |
with gr.TabItem("๐ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
|
| 166 |
gr.Interface(
|
|
|
|
| 153 |
demo = gr.Blocks(css=custom_css)
|
| 154 |
with demo:
|
| 155 |
gr.HTML(TITLE)
|
| 156 |
+
gr.Markdown("Vid-Composition", elem_classes="markdown-text")
|
| 157 |
|
| 158 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 159 |
+
# with gr.TabItem("๐
LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
| 160 |
+
# leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 161 |
|
| 162 |
+
# with gr.TabItem("๐ About", elem_id="llm-benchmark-tab-table", id=2):
|
| 163 |
+
# gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
| 164 |
|
| 165 |
with gr.TabItem("๐ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
|
| 166 |
gr.Interface(
|