Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,7 @@ head = '''
|
|
150 |
</script>
|
151 |
'''
|
152 |
with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
|
|
153 |
gr.Markdown("**Qwen2.5-0.5B-Instruct/LJSpeech**.LLM and TTS models will change without notice.")
|
154 |
js = """
|
155 |
function(chatbot){
|
|
|
150 |
</script>
|
151 |
'''
|
152 |
with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
153 |
+
gr.Markdown("## Please be patient, the first response may have a delay of up to 20 seconds while loading.")
|
154 |
gr.Markdown("**Qwen2.5-0.5B-Instruct/LJSpeech**.LLM and TTS models will change without notice.")
|
155 |
js = """
|
156 |
function(chatbot){
|