ElodieA commited on
Commit
d02684c
·
verified ·
1 Parent(s): 1626f02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def process_video(video_file):
109
  return fig, gallery_items, csv_path
110
 
111
  # Create a Gradio interface
112
- example_video = "insect_trap_video_exemple.mp4" # Replace with the actual path to your example video
113
 
114
  inputs = gr.Video(label="Input Insect Trap Video", value=example_video)
115
  outputs = [
 
109
  return fig, gallery_items, csv_path
110
 
111
  # Create a Gradio interface
112
+ example_video = "insect_trap_video_example.mp4" # Replace with the actual path to your example video
113
 
114
  inputs = gr.Video(label="Input Insect Trap Video", value=example_video)
115
  outputs = [