Spaces:
shethjenil
/
Runtime error

Vaibhav Srivastav commited on
Commit
e0c1684
1 Parent(s): 0dfedcd
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ gr.Interface(
65
  gr.Textbox(
66
  label="Text Prompt",
67
  info="One or two sentences at a time is better",
68
- placeholder="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
69
  ),
70
  gr.Dropdown(
71
  label="Language",
@@ -92,7 +92,7 @@ gr.Interface(
92
  label="Reference Audio",
93
  info="Click on the ✎ button to upload your own target speaker audio",
94
  type="filepath",
95
- value="examples/en_speaker_6.wav",
96
  ),
97
  ],
98
  outputs=[
 
65
  gr.Textbox(
66
  label="Text Prompt",
67
  info="One or two sentences at a time is better",
68
+ value="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
69
  ),
70
  gr.Dropdown(
71
  label="Language",
 
92
  label="Reference Audio",
93
  info="Click on the ✎ button to upload your own target speaker audio",
94
  type="filepath",
95
+ value="examples/female.wav",
96
  ),
97
  ],
98
  outputs=[