quchenyuan commited on
Commit
16e8fe3
·
verified ·
1 Parent(s): 78a7ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -49,7 +49,6 @@ def download_video(uuid):
49
  dataset_path = "360_dataset/binocular/"
50
  video_filename = f"{uuid}.mp4"
51
 
52
- # 确保存储目录存在
53
  storage_dir = Path("videos")
54
  storage_dir.mkdir(exist_ok=True)
55
 
 
49
  dataset_path = "360_dataset/binocular/"
50
  video_filename = f"{uuid}.mp4"
51
 
 
52
  storage_dir = Path("videos")
53
  storage_dir.mkdir(exist_ok=True)
54