Spaces:
Runtime error
Runtime error
eeshawn
commited on
Commit
·
6985f66
1
Parent(s):
635c7ff
update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,8 @@ with gr.Blocks() as demo:
|
|
79 |
outputs=outputs,
|
80 |
fn=seal_detection,
|
81 |
run_on_click=True,
|
82 |
-
|
|
|
83 |
)
|
84 |
|
85 |
gr.Markdown(
|
|
|
79 |
outputs=outputs,
|
80 |
fn=seal_detection,
|
81 |
run_on_click=True,
|
82 |
+
preprocess=False,
|
83 |
+
cache_examples=True,
|
84 |
)
|
85 |
|
86 |
gr.Markdown(
|