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