sitatech commited on
Commit
0c3298f
·
1 Parent(s): c08b1f9

Set show_error=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ if __name__ == "__main__":
45
 
46
  demo = module.app
47
 
48
- demo.launch(debug=False)
 
45
 
46
  demo = module.app
47
 
48
+ demo.launch(debug=False, show_error=True)