ysharma HF staff commited on
Commit
2c718a9
1 Parent(s): 3753259

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ demo = gr.Blocks()
163
  with demo:
164
  gr.Markdown("<h1><center>Talk to Your Multilingual AI Assistant</center></h1>")
165
  gr.Markdown(
166
- """Model pipeline consisting of - <br>- **Whisper** for Speech-to-text, <br>- **Bloom** for Text-generation, and <br>- **CoquiTTS** for Text-To-Speech. <br><br> Front end is built using **Gradio Block API**.
167
  """)
168
  with gr.Row():
169
  with gr.Column():
 
163
  with demo:
164
  gr.Markdown("<h1><center>Talk to Your Multilingual AI Assistant</center></h1>")
165
  gr.Markdown(
166
+ """Model pipeline consisting of - <br>- **Whisper** for Speech-to-text, <br>- **Bloom** for Text-generation, and <br>- **CoquiTTS** for Text-To-Speech. <br><br> Front end is built using **Gradio Block API**.<br>All three models are Multilingual, however, there are only these three overlapping languages among them - Spanish (es), French(fr), and English(en). Hence it would be suggested to test using these languages to get the best results out of this ML-App.
167
  """)
168
  with gr.Row():
169
  with gr.Column():