Spaces:
Running
on
Zero
Running
on
Zero
xiaoyuxi
commited on
Commit
·
38a4822
1
Parent(s):
351d58b
backend
Browse files
app.py
CHANGED
|
@@ -554,7 +554,7 @@ def launch_viz(grid_size, vo_points, fps, original_image_state):
|
|
| 554 |
print("⚠️ Warning: HTML doesn't contain canvas element!")
|
| 555 |
|
| 556 |
# 💾 保存HTML到临时文件
|
| 557 |
-
temp_viz_dir = "
|
| 558 |
os.makedirs(temp_viz_dir, exist_ok=True)
|
| 559 |
|
| 560 |
# 生成唯一文件名
|
|
|
|
| 554 |
print("⚠️ Warning: HTML doesn't contain canvas element!")
|
| 555 |
|
| 556 |
# 💾 保存HTML到临时文件
|
| 557 |
+
temp_viz_dir = "_viz"
|
| 558 |
os.makedirs(temp_viz_dir, exist_ok=True)
|
| 559 |
|
| 560 |
# 生成唯一文件名
|