Wwwduojin commited on
Commit
2bbe30e
1 Parent(s): 0914126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
16
  outputs=[ # 输出字段
17
  gr.Text(label="提交状态")
18
  ],
19
- title="Open LLM Leaderboard", # 界面标题
20
  description="The Open LLM Leaderboard aims to track, rank, and evaluate LLMs and chatbots.", # 界面描述
21
  article="Submit a model for automated evaluation on the Open LLM Leaderboard on the 'Submit' page! The leaderboard's backend runs the great EleutherAI Language Model Evaluation Harness - read more details in the 'About' page!" # 底部的文章或额外信息
22
  )
 
16
  outputs=[ # 输出字段
17
  gr.Text(label="提交状态")
18
  ],
19
+ title="Open MLLM Leaderboard", # 界面标题
20
  description="The Open LLM Leaderboard aims to track, rank, and evaluate LLMs and chatbots.", # 界面描述
21
  article="Submit a model for automated evaluation on the Open LLM Leaderboard on the 'Submit' page! The leaderboard's backend runs the great EleutherAI Language Model Evaluation Harness - read more details in the 'About' page!" # 底部的文章或额外信息
22
  )