Akjava commited on
Commit
669f26f
·
verified ·
1 Parent(s): ba1f7e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("**gemma-2-27b-it/LJSpeech**.LLM and TTS models will change without notice.")
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){