ningrumdaud commited on
Commit
648cd2b
·
verified ·
1 Parent(s): 86f102b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,5 +249,5 @@ with gr.Blocks() as demo:
249
  submit_button.click(CogMapAnalysis, inputs=[inputs], outputs=[output, cogmap_plot])
250
 
251
  if __name__ == "__main__":
252
- demo.launch(show_api=False, share=True)
253
 
 
249
  submit_button.click(CogMapAnalysis, inputs=[inputs], outputs=[output, cogmap_plot])
250
 
251
  if __name__ == "__main__":
252
+ demo.launch(show_api=False)
253