Spaces:
Sleeping
Sleeping
wcy
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import json
|
| 3 |
|
| 4 |
# 加载 JSON 数据
|
| 5 |
-
with open("
|
| 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 应用
|