mojtabaa4 commited on
Commit
8bfb4cd
1 Parent(s): 8d5e3ad

add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ with gr.Blocks() as interface:
44
  send_button.click(chat_update, [user_input, chatbot], [chatbot, user_input])
45
 
46
  # Launch the Gradio interface
47
- interface.launch(share=True)
 
44
  send_button.click(chat_update, [user_input, chatbot], [chatbot, user_input])
45
 
46
  # Launch the Gradio interface
47
+ interface.launch()