txya900619 commited on
Commit
df8f9bf
1 Parent(s): ba7ddeb

feat: enable show error on api

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,4 +309,4 @@ with demo:
309
  ],
310
  )
311
 
312
- demo.launch()
 
309
  ],
310
  )
311
 
312
+ demo.launch(show_error=True)