silk-road commited on
Commit
1c9b286
1 Parent(s): 9adb044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,4 +235,4 @@ with gr.Blocks() as demo:
235
  clean.click(fn = callback_clean, inputs = [], outputs = [chatbot,reserved_chatbot] )
236
 
237
 
238
- demo.launch(debug=True, share=True)
 
235
  clean.click(fn = callback_clean, inputs = [], outputs = [chatbot,reserved_chatbot] )
236
 
237
 
238
+ demo.launch(debug=True)