hardik90 commited on
Commit
793c5f7
1 Parent(s): 9611714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ def chatbot_interface(user_input):
32
  return bot_response
33
 
34
  iface = gr.Interface(fn=chatbot_interface, inputs="text", outputs="text", title="Gradio Chatbot Interface")
35
- iface.launch(share=True)
 
32
  return bot_response
33
 
34
  iface = gr.Interface(fn=chatbot_interface, inputs="text", outputs="text", title="Gradio Chatbot Interface")
35
+ iface.launch()