vobecant
commited on
Commit
·
b684c1d
1
Parent(s):
486389f
Initial commit.
Browse files
app.py
CHANGED
@@ -236,4 +236,4 @@ iface = gr.Interface(predict, inputs=gr.Image(type='filepath'), title=title, des
|
|
236 |
# examples=examples)
|
237 |
|
238 |
# iface.launch(show_error=True, share=True)
|
239 |
-
iface.launch(enable_queue=True, inline=True
|
|
|
236 |
# examples=examples)
|
237 |
|
238 |
# iface.launch(show_error=True, share=True)
|
239 |
+
iface.launch(enable_queue=True, inline=True, cache_examples=False)
|