farid678 commited on
Commit
d87efde
·
verified ·
1 Parent(s): dbc939a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )