Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
a09bf7b
1
Parent(s):
7ca4715
Update app.py
Browse files
app.py
CHANGED
@@ -765,10 +765,9 @@ with gr.Blocks(title=title) as demo:
|
|
765 |
"""
|
766 |
This Space demonstrates how to speak to a chatbot, based solely on open-source models.
|
767 |
It relies on 3 stage models:
|
768 |
-
Speech to Text : [Whisper-large-v2](https://sanchit-gandhi-whisper-large-v2.hf.space/) as an ASR model, to transcribe recorded audio to text. It is called through a [gradio client](https://www.gradio.app/docs/client).
|
769 |
-
LLM Model : [Mistral-7b-instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) as the chat model, GGUF Q5_K_M quantized version used locally via llama_cpp[huggingface_hub](TheBloke/Mistral-7B-Instruct-v0.1-GGUF).
|
770 |
-
|
771 |
-
Text to Speech : [Coqui's XTTS](https://huggingface.co/spaces/coqui/xtts) as a Multilingual TTS model, to generate the chatbot answers. This time, the model is hosted locally.
|
772 |
|
773 |
Note:
|
774 |
- By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml
|
|
|
765 |
"""
|
766 |
This Space demonstrates how to speak to a chatbot, based solely on open-source models.
|
767 |
It relies on 3 stage models:
|
768 |
+
- Speech to Text : [Whisper-large-v2](https://sanchit-gandhi-whisper-large-v2.hf.space/) as an ASR model, to transcribe recorded audio to text. It is called through a [gradio client](https://www.gradio.app/docs/client).
|
769 |
+
- LLM Model : [Mistral-7b-instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) as the chat model, GGUF Q5_K_M quantized version used locally via llama_cpp[huggingface_hub](TheBloke/Mistral-7B-Instruct-v0.1-GGUF).
|
770 |
+
- Text to Speech : [Coqui's XTTS](https://huggingface.co/spaces/coqui/xtts) as a Multilingual TTS model, to generate the chatbot answers. This time, the model is hosted locally.
|
|
|
771 |
|
772 |
Note:
|
773 |
- By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml
|