Spaces:
Runtime error
Runtime error
Commit
Β·
9314b90
1
Parent(s):
d58accc
init
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ def generate_safe_filename_part(text, max_len=20):
|
|
| 51 |
safe_text = "_".join(safe_text.split()) # Replace spaces with underscores
|
| 52 |
return safe_text[:max_len]
|
| 53 |
|
| 54 |
-
@spaces.GPU
|
| 55 |
def run_video_edit(
|
| 56 |
source_video_path,
|
| 57 |
source_prompt,
|
|
|
|
| 51 |
safe_text = "_".join(safe_text.split()) # Replace spaces with underscores
|
| 52 |
return safe_text[:max_len]
|
| 53 |
|
| 54 |
+
@spaces.GPU(duration=600)
|
| 55 |
def run_video_edit(
|
| 56 |
source_video_path,
|
| 57 |
source_prompt,
|