Spaces:
Sleeping
Sleeping
Commit
·
84f7b4d
1
Parent(s):
7e56aa3
video
Browse files
src/sora_video_downloader.py
CHANGED
|
@@ -169,7 +169,7 @@ class VideoJob:
|
|
| 169 |
|
| 170 |
# --- Video Storage Handler ---
|
| 171 |
class VideoStorage:
|
| 172 |
-
def __init__(self, storage_dir: str = "videos"):
|
| 173 |
self.storage_dir = storage_dir
|
| 174 |
os.makedirs(self.storage_dir, exist_ok=True)
|
| 175 |
|
|
|
|
| 169 |
|
| 170 |
# --- Video Storage Handler ---
|
| 171 |
class VideoStorage:
|
| 172 |
+
def __init__(self, storage_dir: str = "/tmp/videos"):
|
| 173 |
self.storage_dir = storage_dir
|
| 174 |
os.makedirs(self.storage_dir, exist_ok=True)
|
| 175 |
|