Andrey Vorozhko commited on
Commit
0d23171
·
1 Parent(s): 6953796

Share is true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ iface = gr.Interface(fn=chat_function,
123
  )
124
 
125
  if __name__ == "__main__":
126
- iface.launch(debug=True)
 
123
  )
124
 
125
  if __name__ == "__main__":
126
+ iface.launch(debug=False, share=True)