prithivMLmods commited on
Commit
2cd68a4
·
verified ·
1 Parent(s): 190a651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,4 +265,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
265
  )
266
 
267
  if __name__ == "__main__":
268
- demo.queue(max_size=120).launch(mcp_server=True, ssr_mode=False)
 
265
  )
266
 
267
  if __name__ == "__main__":
268
+ demo.queue(max_size=120).launch(mcp_server=True, ssr_mode=False, show_error=True)