Abhinay45 commited on
Commit
b9d46da
1 Parent(s): a6b3681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 = "Hello This is created by Abhinay as a project assignment of SML hiring process"
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>