Spaces:
Runtime error
Runtime error
Commit
·
be8cb80
1
Parent(s):
54811b2
fix formatting
Browse filesterminate description string correctly
fix description once and for all
I give up on description
app.py
CHANGED
@@ -76,10 +76,11 @@ replacements = [
|
|
76 |
|
77 |
title = "Danish Speech Synthesis"
|
78 |
|
79 |
-
description =
|
80 |
-
|
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 |
[
|