linbojunzi commited on
Commit
a6875a9
·
verified ·
1 Parent(s): e95972f

Update app.py

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