Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ demo = gr.Interface(
|
|
| 71 |
"- `[narration]`\n"
|
| 72 |
"- `[conversation]`\n\n"
|
| 73 |
"Example:\n"
|
| 74 |
-
"`[expressive] I'm very happy to see you today
|
| 75 |
),
|
| 76 |
examples=[[s] for s in ENGLISH_SAMPLES],
|
| 77 |
)
|
|
|
|
| 71 |
"- `[narration]`\n"
|
| 72 |
"- `[conversation]`\n\n"
|
| 73 |
"Example:\n"
|
| 74 |
+
"`[expressive] I'm very happy to see you today!.`"
|
| 75 |
),
|
| 76 |
examples=[[s] for s in ENGLISH_SAMPLES],
|
| 77 |
)
|