jayesh95 commited on
Commit
b95859f
1 Parent(s): 5350e26

Using tinyroberta now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with demo:
124
  """
125
  )
126
  gr.Markdown(
127
- """Model pipeline consisting of - <br>- [**Whisper**](https://github.com/openai/whisper)for Speech-to-text, <br>- [**Roberta Base QA**](https://huggingface.co/deepset/roberta-base-squad2) for Question Answering, and <br>- [**CoquiTTS**](https://github.com/coqui-ai/TTS) for Text-To-Speech.
128
  <br> Just type/paste your text in the context field, and then ask voice questions.""")
129
  with gr.Column():
130
  with gr.Row():
 
124
  """
125
  )
126
  gr.Markdown(
127
+ """Model pipeline consisting of - <br>- [**Whisper**](https://github.com/openai/whisper)for Speech-to-text, <br>- [**Tiny Roberta QA**](https://huggingface.co/deepset/tinyroberta-squad2) for Question Answering, and <br>- [**CoquiTTS**](https://github.com/coqui-ai/TTS) for Text-To-Speech.
128
  <br> Just type/paste your text in the context field, and then ask voice questions.""")
129
  with gr.Column():
130
  with gr.Row():