Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,6 +99,7 @@ head = '''
|
|
| 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 over 20 seconds while loading.")
|
| 101 |
gr.Markdown("**Qwen2.5-0.5B-Instruct/LJSpeech**.LLM and TTS models will change without notice.")
|
|
|
|
| 102 |
js = """
|
| 103 |
function(chatbot){
|
| 104 |
text = (chatbot[chatbot.length -1])["content"]
|
|
|
|
| 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 over 20 seconds while loading.")
|
| 101 |
gr.Markdown("**Qwen2.5-0.5B-Instruct/LJSpeech**.LLM and TTS models will change without notice.")
|
| 102 |
+
gr.Markdown("### Sometime Crash with loud noise,Don't use headphones, and avoid high volume.")
|
| 103 |
js = """
|
| 104 |
function(chatbot){
|
| 105 |
text = (chatbot[chatbot.length -1])["content"]
|