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