Spaces:
Runtime error
Runtime error
removing show_error param in iface.launch()
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ if __name__ == "__main__":
|
|
100 |
outputs=out,
|
101 |
examples=[["imagenet_diego.png", 0.01, 7, 50]]
|
102 |
)
|
103 |
-
iface.launch(
|
|
|
100 |
outputs=out,
|
101 |
examples=[["imagenet_diego.png", 0.01, 7, 50]]
|
102 |
)
|
103 |
+
iface.launch(enable_queue=True)
|