Using tinyroberta now
Browse files
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
|
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():
|