ysharma HF Staff commited on
Commit
cd00e4b
·
1 Parent(s): 21bdb69
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ demo = gr.Blocks()
131
  with demo:
132
  gr.Markdown("<h1><center>AI Assistant - Voice to Joke</center></h1>")
133
  gr.Markdown(
134
- """work in porgress<br><br><br>Model pipeline consisting of - <br>- [**Whisper**](https://github.com/openai/whisper) for Speech-to-text, <br>- [**CoquiTTS**](https://huggingface.co/coqui) for Text-To-Speech. <br>- Front end is built using [**Gradio Block API**](https://gradio.app/docs/#blocks).<br><br>Both CoquiTTS and Whisper are Multilingual, there are several overlapping languages between them. Hence it would be suggested to test this ML-App using these two languages to get the best results</u>.<br>If you want to reuse the App, simply click on the small cross button in the top right corner of your voice record panel, and then press record again!
135
  """)
136
  with gr.Row():
137
  with gr.Column():
 
131
  with demo:
132
  gr.Markdown("<h1><center>AI Assistant - Voice to Joke</center></h1>")
133
  gr.Markdown(
134
+ """<center>This is still a work in porgress</center><br><br><br>Model pipeline consisting of - <br>- [**Whisper**](https://github.com/openai/whisper) for Speech-to-text, <br>- [**CoquiTTS**](https://huggingface.co/coqui) for Text-To-Speech. <br>- Front end is built using [**Gradio Block API**](https://gradio.app/docs/#blocks).<br><be><u>Ask Whisper for a joke about anything you would wish</u>.<br>If you want to reuse the App, simply click on the small cross button in the top right corner of your voice record panel, and then press record again!
135
  """)
136
  with gr.Row():
137
  with gr.Column():