Spaces:
Running
on
Zero
Running
on
Zero
literal quote fix
Browse files
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 |
|