ElodieA commited on
Commit
f58a466
·
verified ·
1 Parent(s): 6c8277c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def process_video(video_file):
123
  return plot_path, gallery_items, csv_path
124
 
125
  # Create a Gradio interface
126
- example_video = "path_to_example_video.mp4" # Replace with the actual path to your example video
127
 
128
  inputs = gr.Video(label="Input Insect Trap Video", value=example_video)
129
  outputs = [
 
123
  return plot_path, gallery_items, csv_path
124
 
125
  # Create a Gradio interface
126
+ example_video = "insect_trap_video_example.mp4" # Replace with the actual path to your example video
127
 
128
  inputs = gr.Video(label="Input Insect Trap Video", value=example_video)
129
  outputs = [