Saurabh46 commited on
Commit
001d054
·
1 Parent(s): 728be87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ iface = gradio.Interface(fn=chatbot,
46
  index = construct_index("trainingData")
47
 
48
  #launching the web UI using gradio
49
- iface.launch(share=True)
 
46
  index = construct_index("trainingData")
47
 
48
  #launching the web UI using gradio
49
+ iface.launch()