Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,6 +89,7 @@ def call_generate_text(message, history):
|
|
| 89 |
|
| 90 |
|
| 91 |
with gr.Blocks(title="LLM with TTS") as demo:
|
|
|
|
| 92 |
js = """
|
| 93 |
function(chatbot){
|
| 94 |
console.log(chatbot)
|
|
|
|
| 89 |
|
| 90 |
|
| 91 |
with gr.Blocks(title="LLM with TTS") as demo:
|
| 92 |
+
gr.Markdown("LLM and TTS models will change without notice.")
|
| 93 |
js = """
|
| 94 |
function(chatbot){
|
| 95 |
console.log(chatbot)
|