Spaces:
Running
Running
Update app.py
Browse files
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)
|