gorkemgoknar
commited on
Commit
•
3c140e1
1
Parent(s):
2f7d9da
Update app.py
Browse filesreduce default text length
app.py
CHANGED
@@ -190,7 +190,7 @@ gr.Interface(
|
|
190 |
gr.Textbox(
|
191 |
label="Text Prompt",
|
192 |
info="One or two sentences at a time is better",
|
193 |
-
value="Hi there, I'm your new voice clone. Try your best to upload quality audio
|
194 |
),
|
195 |
gr.Dropdown(
|
196 |
label="Language",
|
|
|
190 |
gr.Textbox(
|
191 |
label="Text Prompt",
|
192 |
info="One or two sentences at a time is better",
|
193 |
+
value="Hi there, I'm your new voice clone. Try your best to upload quality audio",
|
194 |
),
|
195 |
gr.Dropdown(
|
196 |
label="Language",
|