seawolf2357 commited on
Commit
acae078
·
verified ·
1 Parent(s): 7d7260f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -224,15 +224,12 @@ def main():
224
  inputs=[
225
  gr.Textbox(max_lines=6, label="Input Text", value="I am Taylor Swift. Be the change that you wish to see in the world", info="Up to 200 characters"),
226
  gr.Audio(type='filepath', value="./example/TaylorSwift.wav"),
227
- gr.Section("Advanced Configuration", [
228
- gr.Slider(0, 1, 0.333, label="TTV Temperature"),
229
- gr.Slider(0, 1, 0.333, label="VC Temperature"),
230
- gr.Slider(0, 1, 1.0, label="Duration Temperature"),
231
- gr.Slider(0.5, 2, 1.0, label="Duration Length"),
232
- gr.Slider(0, 1, 0, label="Denoise Ratio"),
233
- gr.Slider(0, 9999, 1111, label="Random Seed")
234
- ])
235
- ],
236
  outputs='audio',
237
  title='ZeroShot Voice',
238
  description='''<div>
@@ -249,3 +246,4 @@ def main():
249
 
250
  if __name__ == '__main__':
251
  main()
 
 
224
  inputs=[
225
  gr.Textbox(max_lines=6, label="Input Text", value="I am Taylor Swift. Be the change that you wish to see in the world", info="Up to 200 characters"),
226
  gr.Audio(type='filepath', value="./example/TaylorSwift.wav"),
227
+ gr.Slider(0,1,0.333),
228
+ gr.Slider(0,1,0.333),
229
+ gr.Slider(0,1,1.0),
230
+ gr.Slider(0.5,2,1.0),
231
+ gr.Slider(0,1,0),
232
+ gr.Slider(0,9999,1111)],
 
 
 
233
  outputs='audio',
234
  title='ZeroShot Voice',
235
  description='''<div>
 
246
 
247
  if __name__ == '__main__':
248
  main()
249
+