init commit
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with demo:
|
|
42 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
43 |
|
44 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
45 |
-
show_result_page(root_path='VH', title='π
|
46 |
show_result_page(root_path='AVH-visual', title='πΊ AVHalluBench (Visual)', index=1)
|
47 |
show_result_page(root_path='AVH-audio', title='π AVHalluBench (Audio)', index=2)
|
48 |
show_about_page(index=3)
|
|
|
42 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
43 |
|
44 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
45 |
+
show_result_page(root_path='VH', title='π MHaluBench', index=0)
|
46 |
show_result_page(root_path='AVH-visual', title='πΊ AVHalluBench (Visual)', index=1)
|
47 |
show_result_page(root_path='AVH-audio', title='π AVHalluBench (Audio)', index=2)
|
48 |
show_about_page(index=3)
|