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