Akjava commited on
Commit
c957807
·
verified ·
1 Parent(s): d0fd854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ head = '''
98
  '''
99
  with gr.Blocks(title="LLM with TTS",head=head) as demo:
100
  gr.Markdown("## Please be patient, the first response may have a delay of up to 20 seconds while loading.")
101
- gr.Markdown("**Qwen2.5-0.5B-Instruct/LJSpeech-q8**.LLM and TTS models will change without notice.")
102
  js = """
103
  function(chatbot){
104
  text = (chatbot[chatbot.length -1])["content"]
 
98
  '''
99
  with gr.Blocks(title="LLM with TTS",head=head) as demo:
100
  gr.Markdown("## Please be patient, the first response may have a delay of up to 20 seconds while loading.")
101
+ gr.Markdown("**Qwen2.5-0.5B-Instruct/LJSpeech-q8(extremly slow:but Gradio Space need absolute onnx-url and url will block soon.so use github slow version here)**.LLM and TTS models will change without notice.")
102
  js = """
103
  function(chatbot){
104
  text = (chatbot[chatbot.length -1])["content"]