Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -336,15 +336,15 @@ with gr.Blocks(css=css) as demo:
|
|
336 |
with gr.Row():
|
337 |
with gr.Column():
|
338 |
prompt_choices = [
|
339 |
-
"
|
340 |
-
"
|
341 |
-
"
|
342 |
-
"
|
343 |
-
"
|
344 |
-
"
|
345 |
-
"My name is Bob, and I like chocolate"
|
346 |
]
|
347 |
|
|
|
348 |
# Create a Dropdown with the hardcoded prompts
|
349 |
prompt = Dropdown(
|
350 |
label="Text to speech prompt",
|
|
|
336 |
with gr.Row():
|
337 |
with gr.Column():
|
338 |
prompt_choices = [
|
339 |
+
"hey mom i got into a little trouble can you send 100$ to my account at john123@gmailcom thanks",
|
340 |
+
"hello team i cannot make it to the discussion on the financial report mark will be taking my place regards",
|
341 |
+
"hi citibank i have lost access to my account can you assist me in retrieving the access my email id is userhelp@citibankcom",
|
342 |
+
"yo dad my phone got stolen can you transfer 200$ to my paypal account at jennyneedsaphone@gmailcom",
|
343 |
+
"good afternoon jane i won't be able to attend the conference tomorrow my associate kyle will represent our team cheers",
|
344 |
+
"hello chase i am having trouble logging into my account could you assist me my registered email is helpline@chasecom thanks",
|
|
|
345 |
]
|
346 |
|
347 |
+
|
348 |
# Create a Dropdown with the hardcoded prompts
|
349 |
prompt = Dropdown(
|
350 |
label="Text to speech prompt",
|