Update app.py
Browse files
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 = "
|
| 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 = [
|