Spaces:
Runtime error
Runtime error
MeetMeAt92
commited on
Commit
•
24a597f
1
Parent(s):
a992cc8
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ iface = gr.Interface(
|
|
29 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
30 |
outputs="image",
|
31 |
examples=examples,
|
32 |
-
|
|
|
29 |
inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
|
30 |
outputs="image",
|
31 |
examples=examples,
|
32 |
+
cache_examples=True).launch(enable_queue=True)
|