Chris4K commited on
Commit
50e0c1c
1 Parent(s): bc2768e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ fe_app = gr.ChatInterface(
281
  clear_btn=None
282
  )
283
 
284
- fe_app.launch(debug=True, share=True)
285
 
286
 
287
 
 
281
  clear_btn=None
282
  )
283
 
284
+ #fe_app.launch(debug=True, share=True)
285
 
286
 
287