Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ iface = gr.Interface(
|
|
29 |
outputs="image",
|
30 |
cache_examples=True,
|
31 |
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
|
32 |
-
examples=examples).launch(enable_queue=True
|
|
|
29 |
outputs="image",
|
30 |
cache_examples=True,
|
31 |
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
|
32 |
+
examples=examples).launch(enable_queue=True)
|