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",
|
|
@@ -31,8 +31,5 @@ stt_demo = gr.load(
|
|
| 31 |
)
|
| 32 |
gr.api_name="additionss"
|
| 33 |
demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"],css=".gradio-container {background-color: black}")
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
if __name__ == "__main__":
|
| 38 |
demo.launch()
|
|
|
|
| 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",
|
|
|
|
| 31 |
)
|
| 32 |
gr.api_name="additionss"
|
| 33 |
demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"],css=".gradio-container {background-color: black}")
|
|
|
|
|
|
|
|
|
|
| 34 |
if __name__ == "__main__":
|
| 35 |
demo.launch()
|