rookie9 commited on
Commit
b3c4fbc
·
verified ·
1 Parent(s): 0160e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- *Example*: a dog barks(1.0-2.0, 3.0-4.0); a man speaks(5.0-6.0)
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 '"random"' for TDC.
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
  """