Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ Early wildfire detection using YOLOv8 AI vision model. See examples below or upl
|
|
59 |
|
60 |
# Example videos
|
61 |
st.header("Example Results")
|
62 |
-
for example in [("T1.mp4", "T2.
|
63 |
col1, col2 = st.columns(2)
|
64 |
orig_url = f"https://huggingface.co/spaces/tstone87/ccr-colorado/resolve/main/{example[0]}"
|
65 |
proc_url = f"https://huggingface.co/spaces/tstone87/ccr-colorado/resolve/main/{example[1]}"
|
|
|
59 |
|
60 |
# Example videos
|
61 |
st.header("Example Results")
|
62 |
+
for example in [("T1.mp4", "T2.mp4"), ("LA1.mp4", "LA2.mp4")]:
|
63 |
col1, col2 = st.columns(2)
|
64 |
orig_url = f"https://huggingface.co/spaces/tstone87/ccr-colorado/resolve/main/{example[0]}"
|
65 |
proc_url = f"https://huggingface.co/spaces/tstone87/ccr-colorado/resolve/main/{example[1]}"
|