incendies Cursor commited on
Commit
80974ab
·
1 Parent(s): 7d20112

fix: remove show_error from graph.launch() (Daggr/uvicorn do not support it)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,5 +123,5 @@ graph = Graph(
123
  ],
124
  )
125
 
126
- # Launch the Space (show_error=True so node exceptions show the real message)
127
- graph.launch(show_error=True)
 
123
  ],
124
  )
125
 
126
+ # Launch the Space
127
+ graph.launch()