Skip to content

Commit c59334c

Browse files
committed
enh(app): Store results in /tmp
1 parent 8bf812a commit c59334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def inference(lat_lon, margin):
5454
with st.spinner("Running inference..."):
5555
output_path, existing, new, missed = run_inference(
5656
yolo_model_file="models/model.pt",
57-
output_dir="results",
57+
output_dir="/tmp/results",
5858
lat_lon=lat_lon,
5959
margin=margin,
6060
)

0 commit comments

Comments
 (0)