asiffarhankhan commited on
Commit
c9d69c2
1 Parent(s): 800a13b

Update 'Share' parameter value to False in production

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ with gr.Blocks(title="Your Assistance Pal!") as demo:
129
 
130
  # buzz_usr_proc.start()
131
 
132
- demo.launch(debug=False, favicon_path='assets/favicon.png', show_api=False, share=True)
 
129
 
130
  # buzz_usr_proc.start()
131
 
132
+ demo.launch(debug=False, favicon_path='assets/favicon.png', show_api=False, share=False)