qdqd commited on
Commit
f8ba1d9
Β·
verified Β·
1 Parent(s): f4094ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ Advanced question answering using DuckDuckGo search and custom AI models""")
319
  [chatbot]
320
  )
321
 
322
- demo.launch(debug=True, share=True, **kwargs)
323
 
324
  if __name__ == "__main__":
325
  GradioUI().launch()
 
319
  [chatbot]
320
  )
321
 
322
+ demo.launch(debug=True, share=False, **kwargs)
323
 
324
  if __name__ == "__main__":
325
  GradioUI().launch()