Update app.py
Browse files
app.py
CHANGED
|
@@ -138,6 +138,6 @@ demo = gr.Interface(
|
|
| 138 |
outputs=gr.Image(type="pil"),
|
| 139 |
title=title,
|
| 140 |
description=description,
|
| 141 |
-
article=article).queue(
|
| 142 |
|
| 143 |
demo.launch()
|
|
|
|
| 138 |
outputs=gr.Image(type="pil"),
|
| 139 |
title=title,
|
| 140 |
description=description,
|
| 141 |
+
article=article).queue()
|
| 142 |
|
| 143 |
demo.launch()
|