Spaces:
Paused
Paused
Update app.py
Browse files
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.
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
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 |
+
|