kvspraneeth commited on
Commit
1919c73
·
verified ·
1 Parent(s): af15350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ iface = gr.ChatInterface(
44
  )
45
 
46
  if __name__ == '__main__':
47
- iface.launch(debug=False)
48
 
49
  #!git config --global credential.helper store
50
 
 
44
  )
45
 
46
  if __name__ == '__main__':
47
+ iface.launch(share=True)
48
 
49
  #!git config --global credential.helper store
50