Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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 应用
|