Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"]
|