Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
@@ -116,7 +116,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
116 |
inputs=[image, model_name, score_threshold],
|
117 |
outputs=result,
|
118 |
fn=detect,
|
119 |
-
cache_examples=os.getenv("CACHE_EXAMPLES") == "1",
|
120 |
)
|
121 |
run_button.click(
|
122 |
fn=detect,
|
|
|
116 |
inputs=[image, model_name, score_threshold],
|
117 |
outputs=result,
|
118 |
fn=detect,
|
|
|
119 |
)
|
120 |
run_button.click(
|
121 |
fn=detect,
|