Spaces:
Runtime error
Runtime error
Fix bug
Browse files
app.py
CHANGED
@@ -158,5 +158,6 @@ iface = gr.Interface(fn=process_images,
|
|
158 |
title=title,
|
159 |
description=description,
|
160 |
article=article,
|
161 |
-
examples=examples
|
162 |
-
|
|
|
|
158 |
title=title,
|
159 |
description=description,
|
160 |
article=article,
|
161 |
+
examples=examples,
|
162 |
+
enable_queue=True)
|
163 |
+
iface.launch(debug=True)
|