Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -211,8 +211,8 @@ def main():
|
|
211 |
|
212 |
|
213 |
demo_play = gr.Interface(fn = tts,
|
214 |
-
inputs = [gr.Textbox(max_lines=6, label="Input Text", value="I am
|
215 |
-
gr.Audio(type='filepath', value="./example/
|
216 |
gr.Slider(0,1,0.333),
|
217 |
gr.Slider(0,1,0.333),
|
218 |
gr.Slider(0,1,1.0),
|
|
|
211 |
|
212 |
|
213 |
demo_play = gr.Interface(fn = tts,
|
214 |
+
inputs = [gr.Textbox(max_lines=6, label="Input Text", value="I am Taylor Swif. Be the change that you wish to see in the world", info="Up to 200 characters"),
|
215 |
+
gr.Audio(type='filepath', value="./example/TaylorSwift.wav"),
|
216 |
gr.Slider(0,1,0.333),
|
217 |
gr.Slider(0,1,0.333),
|
218 |
gr.Slider(0,1,1.0),
|