Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,10 +97,10 @@ with demo:
|
|
| 97 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 98 |
with gr.TabItem("🏅 ContextualBenchmark", elem_id="llm-benchmark-tab-table", id=0):
|
| 99 |
# leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 100 |
-
df_ic = pd.read_table("
|
| 101 |
with gr.Blocks():
|
| 102 |
with gr.Row():
|
| 103 |
-
gr.Markdown("""# Image
|
| 104 |
""")
|
| 105 |
with gr.Column():
|
| 106 |
leaderboard_df = gr.components.DataFrame(
|
|
|
|
| 97 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 98 |
with gr.TabItem("🏅 ContextualBenchmark", elem_id="llm-benchmark-tab-table", id=0):
|
| 99 |
# leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 100 |
+
df_ic = pd.read_table("image_identification.tsv")
|
| 101 |
with gr.Blocks():
|
| 102 |
with gr.Row():
|
| 103 |
+
gr.Markdown("""# Image identification result
|
| 104 |
""")
|
| 105 |
with gr.Column():
|
| 106 |
leaderboard_df = gr.components.DataFrame(
|