Spaces:
Sleeping
Sleeping
liuyang commited on
Commit ·
f69d26d
1
Parent(s): 00d0703
fix value
Browse files
app.py
CHANGED
|
@@ -286,7 +286,7 @@ with gr.Blocks(title="Audio Editor", theme=gr.themes.Soft()) as demo:
|
|
| 286 |
"s3_region": "auto",
|
| 287 |
"s3_prefix": s3_prefix or "",
|
| 288 |
"s3_endpoint": os.environ.get("S3_ENDPOINT", ""),
|
| 289 |
-
"chunk_target_ms": 15 *
|
| 290 |
}
|
| 291 |
)
|
| 292 |
out_manifest = runner.run_until_split()
|
|
|
|
| 286 |
"s3_region": "auto",
|
| 287 |
"s3_prefix": s3_prefix or "",
|
| 288 |
"s3_endpoint": os.environ.get("S3_ENDPOINT", ""),
|
| 289 |
+
"chunk_target_ms": 15 * 60000,
|
| 290 |
}
|
| 291 |
)
|
| 292 |
out_manifest = runner.run_until_split()
|