Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ this_Markdown=(
|
|
9 |
⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
|
10 |
""")
|
11 |
|
12 |
-
this_Markdown
|
13 |
|
14 |
tts_examples = [
|
15 |
"I love learning machine learning",
|
|
|
9 |
⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
|
10 |
""")
|
11 |
|
12 |
+
print(this_Markdown)
|
13 |
|
14 |
tts_examples = [
|
15 |
"I love learning machine learning",
|