jaumaras commited on
Commit
88f69e7
·
1 Parent(s): 7358b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,6 +9,8 @@ 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
  tts_examples = [
13
  "I love learning machine learning",
14
  "How do you do?",
@@ -28,7 +30,7 @@ stt_demo = gr.load(
28
  description="Let me try to guess what you're saying!",
29
  )
30
  gr.api_name="additionss"
31
- demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"],css=".gradio-container {background-color: black}",markdown ="this_Markdown")
32
 
33
 
34
 
 
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",
16
  "How do you do?",
 
30
  description="Let me try to guess what you're saying!",
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