Gregniuki commited on
Commit
fac1c9b
·
1 Parent(s): 104a977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- main()
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