fffiloni commited on
Commit
4cda995
·
verified ·
1 Parent(s): 52f87fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ gr.Interface(
45
  "examples/forest_deer.png"
46
  ],
47
  concurrency_limit = 4
48
- ).queue(max_size=25).launch()
 
45
  "examples/forest_deer.png"
46
  ],
47
  concurrency_limit = 4
48
+ ).queue(max_size=25).launch(show_api=False, show_error=True)