Spaces:
Sleeping
Sleeping
xlr8
commited on
Commit
·
e9f0abe
1
Parent(s):
14d90b7
update tip for safari
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ with gr.Blocks() as app:
|
|
68 |
## Usage tips
|
69 |
|
70 |
- ⚠️ **Apostrophe warning:** The model may get confused by apostrophes (`'`). Avoid them if possible.
|
|
|
71 |
- Enter one statement per line and the conversational segments will be stitched together.
|
72 |
- The model is prone to make more mistakes and hallucinate with longer generations. If this is an issue, try shorter segments.
|
73 |
- Use `__PAUSE__` on a line to insert a silent pause.
|
|
|
68 |
## Usage tips
|
69 |
|
70 |
- ⚠️ **Apostrophe warning:** The model may get confused by apostrophes (`'`). Avoid them if possible.
|
71 |
+
- The in-browser play feature does not work on Safari, but you can download and play the clips locally.
|
72 |
- Enter one statement per line and the conversational segments will be stitched together.
|
73 |
- The model is prone to make more mistakes and hallucinate with longer generations. If this is an issue, try shorter segments.
|
74 |
- Use `__PAUSE__` on a line to insert a silent pause.
|