ysharma HF staff commited on
Commit
65b4927
1 Parent(s): 7b3413b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ demo = gr.Blocks()
160
  with demo:
161
  gr.Markdown("<h1><center>Talk to Your Multilingual AI Assistant</center></h1>")
162
  gr.Markdown(
163
- """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**.
164
  """)
165
  with gr.Row():
166
  with gr.Column():
 
160
  with demo:
161
  gr.Markdown("<h1><center>Talk to Your Multilingual AI Assistant</center></h1>")
162
  gr.Markdown(
163
+ """This is just a duplicate repo of https://huggingface.co/spaces/ysharma/Talk_to_Multilingual_AI_WhisperBloomCoqui <br><br>Going forward this duplicated space will not be maintained.
164
  """)
165
  with gr.Row():
166
  with gr.Column():