JackismyShephard commited on
Commit
be8cb80
·
1 Parent(s): 54811b2

fix formatting

Browse files

terminate description string correctly

fix description once and for all

I give up on description

Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -76,10 +76,11 @@ replacements = [
76
 
77
  title = "Danish Speech Synthesis"
78
 
79
- description = """
80
- synthesize long-form danish speech from text with the click of a button! Demo uses the"
81
- f" checkpoint [{checkpoint_finetuned}](https://huggingface.co/{checkpoint_finetuned}) and 🤗 Transformers to synthesize speech.
82
- """
 
83
 
84
  examples = [
85
  [
 
76
 
77
  title = "Danish Speech Synthesis"
78
 
79
+ description = (
80
+ "Synthesize long-form danish speech from text with the click of a button! Demo uses the"
81
+ f" checkpoint [{checkpoint_finetuned}](https://huggingface.co/{checkpoint_finetuned}) and 🤗 Transformers to synthesize speech"
82
+ "."
83
+ )
84
 
85
  examples = [
86
  [