Spaces:
Runtime error
Runtime error
Ahsen Khaliq commited on
Commit ·
fd53425
1
Parent(s): 44df4f1
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,5 +23,6 @@ gr.Interface(
|
|
| 23 |
gr.outputs.Image(type="file", label="Output"),
|
| 24 |
title=title,
|
| 25 |
description=description,
|
| 26 |
-
article=article
|
|
|
|
| 27 |
).launch(debug=True)
|
|
|
|
| 23 |
gr.outputs.Image(type="file", label="Output"),
|
| 24 |
title=title,
|
| 25 |
description=description,
|
| 26 |
+
article=article,
|
| 27 |
+
enable_queue=True
|
| 28 |
).launch(debug=True)
|