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