Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ head = '''
|
|
49 |
with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
50 |
gr.Markdown("## LLM is unstable:The inference client used in this demo exhibits inconsistent performance. While it can provide responses in milliseconds, it sometimes becomes unresponsive and times out.")
|
51 |
gr.Markdown("## TTS talke a long loading time:Please be patient, the first response may have a delay of up to over 20 seconds while loading.")
|
52 |
-
gr.Markdown("**
|
53 |
|
54 |
js = """
|
55 |
function(chatbot){
|
|
|
49 |
with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
50 |
gr.Markdown("## LLM is unstable:The inference client used in this demo exhibits inconsistent performance. While it can provide responses in milliseconds, it sometimes becomes unresponsive and times out.")
|
51 |
gr.Markdown("## TTS talke a long loading time:Please be patient, the first response may have a delay of up to over 20 seconds while loading.")
|
52 |
+
gr.Markdown("**Mistral-7B-Instruct-v0.3/LJSpeech**.LLM and TTS models will change without notice.")
|
53 |
|
54 |
js = """
|
55 |
function(chatbot){
|