Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -450,8 +450,9 @@ async def synthesize_text(
|
|
450 |
noise_scale_w_slider: float = Form(1.0),
|
451 |
play: bool = Form(True)
|
452 |
):
|
|
|
453 |
# Process the form data and perform text synthesis and other logic here
|
454 |
-
|
455 |
# You can access the form data like text_input, speed_slider, etc.
|
456 |
# For example, you can call your inferencing function here.
|
457 |
|
|
|
450 |
noise_scale_w_slider: float = Form(1.0),
|
451 |
play: bool = Form(True)
|
452 |
):
|
453 |
+
|
454 |
# Process the form data and perform text synthesis and other logic here
|
455 |
+
# main()
|
456 |
# You can access the form data like text_input, speed_slider, etc.
|
457 |
# For example, you can call your inferencing function here.
|
458 |
|