Andrey Vorozhko commited on
Commit
9951896
·
1 Parent(s): e87e0fe

Share is false for spaces and 14-th education epoch on model repository

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