Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -368,4 +368,4 @@ iface = gr.Interface(compose,
|
|
368 |
outputs='image', cache_examples=False,
|
369 |
title=title, description=description, examples=examples)
|
370 |
|
371 |
-
iface.launch()
|
|
|
368 |
outputs='image', cache_examples=False,
|
369 |
title=title, description=description, examples=examples)
|
370 |
|
371 |
+
iface.launch(enable_queue=True, show_error=True)
|