Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ interface = gr.Interface(fn=style_transfer,
|
|
77 |
description=description,
|
78 |
article=article,
|
79 |
examples=examples,
|
80 |
-
|
81 |
)
|
82 |
|
83 |
|
84 |
-
interface.launch(
|
|
|
77 |
description=description,
|
78 |
article=article,
|
79 |
examples=examples,
|
80 |
+
enable_queue=True
|
81 |
)
|
82 |
|
83 |
|
84 |
+
interface.launch()
|