Update app.py
Browse files
app.py
CHANGED
@@ -283,17 +283,6 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
|
283 |
gr.Examples(examples, txt)
|
284 |
|
285 |
|
286 |
-
|
287 |
-
# txt_msg = txt_btn.click(add_text, [chatbot, txt], [chatbot, txt], queue=False).then(
|
288 |
-
# bot, [chatbot, cross_encoder], [chatbot, prompt_html]).then(
|
289 |
-
# translate_text, [txt, language_dropdown], translated_textbox
|
290 |
-
# )
|
291 |
-
|
292 |
-
# txt_msg = txt.submit(add_text, [chatbot, txt], [chatbot, txt], queue=False).then(
|
293 |
-
# bot, [chatbot, cross_encoder], [chatbot, prompt_html]).then(
|
294 |
-
# translate_text, [txt, language_dropdown], translated_textbox
|
295 |
-
# )
|
296 |
-
|
297 |
# Launch the Gradio application
|
298 |
-
CHATBOT.launch(share=True,debug=True
|
299 |
|
|
|
283 |
gr.Examples(examples, txt)
|
284 |
|
285 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
286 |
# Launch the Gradio application
|
287 |
+
CHATBOT.launch(share=True,debug=True)
|
288 |
|