Spaces:
Sleeping
Sleeping
xlr8
commited on
Commit
·
3c1c5fa
1
Parent(s):
e9f0abe
add usage note
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as app:
|
|
66 |
# 🐸 Tahm Kench Voice Synth
|
67 |
|
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.
|
|
|
66 |
# 🐸 Tahm Kench Voice Synth
|
67 |
|
68 |
## Usage tips
|
69 |
+
- You may need to try the generation more than once to get a good result. Like most generative AI, there is an element of randomness, controlled by the sampling parameters.
|
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.
|