NeuralNoble commited on
Commit
fa2a1a1
·
verified ·
1 Parent(s): 0a5b889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/Users/amananand/PycharmProjects/logo_detection/models/finalbest.pt"
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