Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,9 +125,8 @@ It allows precise temporal control over when events happen in the generated audi
|
|
| 125 |
## Input Requirements & Format
|
| 126 |
|
| 127 |
- **TCC** is **required** for audio generation.
|
| 128 |
-
- **TDC** is **optional**. If provided, it should follow the format: event1(start1-end1, start2-end2); event2(start1-end1, ...)
|
| 129 |
-
|
| 130 |
-
- **Length** (in seconds) is optional, but recommended for temporal control.
|
| 131 |
- **Enable Time Control**: Tick to use TDC and length for precise event timing.
|
| 132 |
|
| 133 |
---
|
|
@@ -135,7 +134,7 @@ It allows precise temporal control over when events happen in the generated audi
|
|
| 135 |
## Notes
|
| 136 |
|
| 137 |
- If TDC format is incorrect or length is missing, the model will generate audio **without precise temporal control**.
|
| 138 |
-
- For general audio generation, it is recommended to input
|
| 139 |
- You may leave TDC blank to let the LLM generate timestamps automatically (subject to API quota).
|
| 140 |
---
|
| 141 |
"""
|
|
|
|
| 125 |
## Input Requirements & Format
|
| 126 |
|
| 127 |
- **TCC** is **required** for audio generation.
|
| 128 |
+
- **TDC** is **optional**. If provided, it should follow the format: `event1(start1-end1, start2-end2); event2(start1-end1, ...)`
|
| 129 |
+
- **Length** (in seconds) is optional, but recommended for temporal control. The length defaults to 10.0 seconds.
|
|
|
|
| 130 |
- **Enable Time Control**: Tick to use TDC and length for precise event timing.
|
| 131 |
|
| 132 |
---
|
|
|
|
| 134 |
## Notes
|
| 135 |
|
| 136 |
- If TDC format is incorrect or length is missing, the model will generate audio **without precise temporal control**.
|
| 137 |
+
- For general audio generation, it is recommended to input `random` for TDC.
|
| 138 |
- You may leave TDC blank to let the LLM generate timestamps automatically (subject to API quota).
|
| 139 |
---
|
| 140 |
"""
|