Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ OUTPUTS_DIR = Path(os.environ.get("OUTPUTS_DIR", str(ROOT / "outputs")))
|
|
34 |
OUTPUTS_DIR.mkdir(parents=True, exist_ok=True)
|
35 |
|
36 |
SPACE_TITLE = "🎵 ShortiFoley — HunyuanVideo-Foley"
|
37 |
-
SPACE_TAGLINE = "
|
38 |
-
WATERMARK_NOTE = "Made with ❤️ by bilsimaging.com"
|
39 |
|
40 |
# ZeroGPU limit (<=120)
|
41 |
GPU_DURATION = int(os.environ.get("GPU_DURATION_SECS", "110"))
|
|
|
34 |
OUTPUTS_DIR.mkdir(parents=True, exist_ok=True)
|
35 |
|
36 |
SPACE_TITLE = "🎵 ShortiFoley — HunyuanVideo-Foley"
|
37 |
+
SPACE_TAGLINE = "Bring your videos to life with AI-powered Foley"
|
38 |
+
WATERMARK_NOTE = "ShortiFoley automatically generates realistic sound effects and ambience from short video ,Made with ❤️ by bilsimaging.com"
|
39 |
|
40 |
# ZeroGPU limit (<=120)
|
41 |
GPU_DURATION = int(os.environ.get("GPU_DURATION_SECS", "110"))
|