Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ with gr.Blocks() as block:
|
|
8 |
)
|
9 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
10 |
# Table 1
|
11 |
-
with gr.TabItem("π MMLU-Pro", elem_id="qa-tab-table1", id=1
|
12 |
with gr.Row():
|
13 |
with gr.Accordion("Citation", open=False):
|
14 |
citation_button = gr.Textbox(
|
|
|
8 |
)
|
9 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
10 |
# Table 1
|
11 |
+
with gr.TabItem("π MMLU-Pro", elem_id="qa-tab-table1", id=1):
|
12 |
with gr.Row():
|
13 |
with gr.Accordion("Citation", open=False):
|
14 |
citation_button = gr.Textbox(
|