lighteternal commited on
Commit
2ad7575
·
verified ·
1 Parent(s): cb9efc2

Enable verbose app errors and add private model access support

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,4 +409,4 @@ Use the structured fields if you have them. Missing fields are allowed, but spec
409
 
410
 
411
  if __name__ == "__main__":
412
- demo.queue(default_concurrency_limit=4).launch()
 
409
 
410
 
411
  if __name__ == "__main__":
412
+ demo.queue(default_concurrency_limit=4).launch(show_error=True)