Gregniuki commited on
Commit
1c2df96
·
1 Parent(s): fa41239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -117,9 +117,9 @@ async def main(
117
  request: Request,
118
  text_input: str = Form(...),
119
  speaker: str = Form(...),
120
- speed_slider: float = Form(1.0),
121
- noise_scale_slider: float = Form(0.667),
122
- noise_scale_w_slider: float = Form(1.0),
123
  play: bool = Form(True)
124
  ):
125
  """Main entry point"""
 
117
  request: Request,
118
  text_input: str = Form(...),
119
  speaker: str = Form(...),
120
+ speed_slider: float = Form(...),
121
+ noise_scale_slider: float = Form(...),
122
+ noise_scale_w_slider: float = Form(...),
123
  play: bool = Form(True)
124
  ):
125
  """Main entry point"""