potsawee commited on
Commit
4199682
Β·
1 Parent(s): dc61418

init commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='πŸŽ† Image-to-Text Hallucination', 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)
 
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)