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