Spaces:
Runtime error
Runtime error
Hecheng0625
commited on
Commit
•
2c533c3
1
Parent(s):
b928a8b
Update app.py
Browse files
app.py
CHANGED
@@ -355,7 +355,7 @@ iface = gr.Interface(
|
|
355 |
gr.Textbox(label="Prompt Text"),
|
356 |
gr.Textbox(label="Target Text"),
|
357 |
gr.Number(
|
358 |
-
label="Target Duration (in seconds)", value=-1
|
359 |
), # Removed 'optional=True'
|
360 |
gr.Slider(
|
361 |
label="Number of Timesteps", minimum=15, maximum=100, value=25, step=1
|
|
|
355 |
gr.Textbox(label="Prompt Text"),
|
356 |
gr.Textbox(label="Target Text"),
|
357 |
gr.Number(
|
358 |
+
label="Target Duration (in seconds), if the target duration is less than 0, the system will estimate a duration.", value=-1
|
359 |
), # Removed 'optional=True'
|
360 |
gr.Slider(
|
361 |
label="Number of Timesteps", minimum=15, maximum=100, value=25, step=1
|