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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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()