linbojunzi commited on
Commit
9330031
·
verified ·
1 Parent(s): cefd9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
  # 加载 JSON 数据
5
  with open("qwen2vl_50.json", "r") as file:
6
  qwen_data = json.load(file)
7
- with open("qwen2vl_50.json", "r") as file:
8
  gpt_data = json.load(file)
9
 
10
  # Streamlit 应用
 
4
  # 加载 JSON 数据
5
  with open("qwen2vl_50.json", "r") as file:
6
  qwen_data = json.load(file)
7
+ with open("gpt4o_50.json", "r") as file:
8
  gpt_data = json.load(file)
9
 
10
  # Streamlit 应用