raannakasturi commited on
Commit
ba2b457
·
1 Parent(s): f07a171

Disable server-side rendering mode in app launch configuration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ with gr.Blocks(theme=theme, title="ReXplore Backend", fill_height=True) as app:
48
  api_name="rexplore_backend_test",
49
  show_progress="full")
50
 
51
- app.queue(default_concurrency_limit=25).launch(show_api=True, show_error=True, debug=True)
 
48
  api_name="rexplore_backend_test",
49
  show_progress="full")
50
 
51
+ app.queue(default_concurrency_limit=25).launch(show_api=True, ssr_mode=False)