Update app.py
Browse files
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("##
|
|
|
|
| 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 = """
|