Spaces:
Runtime error
Runtime error
pedropauletti
commited on
Commit
·
9a76c37
1
Parent(s):
0667117
Update app.py
Browse files
app.py
CHANGED
@@ -116,10 +116,7 @@ with gr.Blocks() as demo:
|
|
116 |
chatbot_response, [chatbot, language], chatbot
|
117 |
)
|
118 |
txt_msg.then(lambda: gr.Textbox(interactive=True), None, [txt], queue=False)
|
119 |
-
|
120 |
-
btn.click(fn=TTS_chatbot, inputs=[language], outputs=audioOutput)
|
121 |
-
|
122 |
-
examples = gr.Examples(examples=examples_chatbot, inputs=[txt])
|
123 |
|
124 |
demo.queue()
|
125 |
demo.launch()
|
|
|
116 |
chatbot_response, [chatbot, language], chatbot
|
117 |
)
|
118 |
txt_msg.then(lambda: gr.Textbox(interactive=True), None, [txt], queue=False)
|
119 |
+
|
|
|
|
|
|
|
120 |
|
121 |
demo.queue()
|
122 |
demo.launch()
|