Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,10 +31,9 @@ def main():
|
|
31 |
outputs=imageout,
|
32 |
title="Potholes detection",
|
33 |
interpretation="default",
|
34 |
-
)
|
35 |
-
|
36 |
# launch demo
|
37 |
-
interface.launch()
|
38 |
|
39 |
if __name__ == "__main__":
|
40 |
main()
|
|
|
31 |
outputs=imageout,
|
32 |
title="Potholes detection",
|
33 |
interpretation="default",
|
34 |
+
)
|
|
|
35 |
# launch demo
|
36 |
+
interface.launch(enable_queue=True)
|
37 |
|
38 |
if __name__ == "__main__":
|
39 |
main()
|