Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ feature_extractor = AutoFeatureExtractor.from_pretrained(repo_id)
|
|
19 |
SAMPLE_RATE = feature_extractor.sampling_rate
|
20 |
SEED = 42
|
21 |
|
22 |
-
default_text = "
|
23 |
default_description = "Thomas speaks with emphasis and excitement at a moderate pace with high quality."
|
24 |
examples = [
|
25 |
[
|
@@ -132,7 +132,6 @@ with gr.Blocks(css=css) as block:
|
|
132 |
)
|
133 |
gr.HTML(
|
134 |
f"""
|
135 |
-
|
136 |
<p>Tips for ensuring good generation:
|
137 |
<ul>
|
138 |
<li>Specify the name of a male speaker (Jerry, Thomas) or female speaker (Talia, Elisabeth) for consistent voices</li>
|
|
|
19 |
SAMPLE_RATE = feature_extractor.sampling_rate
|
20 |
SEED = 42
|
21 |
|
22 |
+
default_text = "*Remember* - this is only the first iteration of the model! To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data by a factor of *five times*."
|
23 |
default_description = "Thomas speaks with emphasis and excitement at a moderate pace with high quality."
|
24 |
examples = [
|
25 |
[
|
|
|
132 |
)
|
133 |
gr.HTML(
|
134 |
f"""
|
|
|
135 |
<p>Tips for ensuring good generation:
|
136 |
<ul>
|
137 |
<li>Specify the name of a male speaker (Jerry, Thomas) or female speaker (Talia, Elisabeth) for consistent voices</li>
|