Pendrokar commited on
Commit
924482f
·
verified ·
1 Parent(s): e4825c2

literal quote fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -229,10 +229,10 @@ OVERRIDE_INPUTS = {
229
  3: 'EN', # language
230
  },
231
  'parler-tts/parler_tts': {
232
- 1: 'Laura's voice is monotone yet slightly fast in delivery, with a very close recording that almost has no background noise.', # description/prompt
233
  },
234
  'parler-tts/parler-tts-expresso': {
235
- 1: 'Laura's voice is monotone yet slightly fast in delivery, with a very close recording that almost has no background noise.', # description/prompt
236
  },
237
  }
238
 
 
229
  3: 'EN', # language
230
  },
231
  'parler-tts/parler_tts': {
232
+ 1: 'Laura\'s voice is monotone yet slightly fast in delivery, with a very close recording that almost has no background noise.', # description/prompt
233
  },
234
  'parler-tts/parler-tts-expresso': {
235
+ 1: 'Laura\'s voice is monotone yet slightly fast in delivery, with a very close recording that almost has no background noise.', # description/prompt
236
  },
237
  }
238