Carlosjr5 commited on
Commit
ba0772b
1 Parent(s): aa6beed

Add application file

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,4 +56,3 @@ with block:
56
  submit = gr.Button("SEND")
57
  submit.click(cjrSmartBot, inputs=[message, state], outputs=[chatbot, state])
58
 
59
- block.launch(share=True)
 
56
  submit = gr.Button("SEND")
57
  submit.click(cjrSmartBot, inputs=[message, state], outputs=[chatbot, state])
58