Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def main():
|
|
| 84 |
st.write("Upload a video file to detect logos and generate JSON output.")
|
| 85 |
|
| 86 |
video_file = st.file_uploader("Choose a video file", type=["mp4", "avi", "mov"])
|
| 87 |
-
model_path = "
|
| 88 |
|
| 89 |
if video_file is not None:
|
| 90 |
video_path = video_file.name
|
|
|
|
| 84 |
st.write("Upload a video file to detect logos and generate JSON output.")
|
| 85 |
|
| 86 |
video_file = st.file_uploader("Choose a video file", type=["mp4", "avi", "mov"])
|
| 87 |
+
model_path = "best.pt"
|
| 88 |
|
| 89 |
if video_file is not None:
|
| 90 |
video_path = video_file.name
|