Vector857 commited on
Commit
1dc68a1
Β·
verified Β·
1 Parent(s): 8c65665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -730,10 +730,4 @@ with gr.Blocks(theme=drex_theme, css=CSS, js=JS_INIT, delete_cache=(300, 300), t
730
  # ── LAUNCH ────────────────────────────────────────────────────────────────────
731
 
732
  app.queue()
733
- app.launch(
734
- theme=drex_theme,
735
- css=CSS,
736
- mcp_server=True,
737
- ssr_mode=False,
738
- show_error=True,
739
- )
 
730
  # ── LAUNCH ────────────────────────────────────────────────────────────────────
731
 
732
  app.queue()
733
+ app.launch(show_error=True)