Akjava commited on
Commit
00fbbd8
·
verified ·
1 Parent(s): 4bfd4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ head = '''
44
  </script>
45
  '''
46
  with gr.Blocks(title="LLM with TTS",head=head) as demo:
47
- gr.Markdown("## Please be patient, the first response may have a delay of up to 20 seconds while loading.")
 
48
  gr.Markdown("**gemma-2-27b-it/LJSpeech**.LLM and TTS models will change without notice.")
49
 
50
  js = """
 
44
  </script>
45
  '''
46
  with gr.Blocks(title="LLM with TTS",head=head) as demo:
47
+ 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.")
48
+ 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.")
49
  gr.Markdown("**gemma-2-27b-it/LJSpeech**.LLM and TTS models will change without notice.")
50
 
51
  js = """