Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,5 @@ gr.Interface(
|
|
43 |
"examples/frog_clean.jpg",
|
44 |
"examples/martin_pecheur.jpeg",
|
45 |
"examples/forest_deer.png"
|
46 |
-
]
|
47 |
-
concurrency_limit = 4
|
48 |
).queue(max_size=25).launch(show_api=False, show_error=True)
|
|
|
43 |
"examples/frog_clean.jpg",
|
44 |
"examples/martin_pecheur.jpeg",
|
45 |
"examples/forest_deer.png"
|
46 |
+
]
|
|
|
47 |
).queue(max_size=25).launch(show_api=False, show_error=True)
|