Khalida1w commited on
Commit
565037e
1 Parent(s): 52a153b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ output_option_input = gr.Radio(choices=["Count", "Video", "Both"], label="Select
116
 
117
  # Define a single example for the interface
118
  examples = [
119
- [os.path.abspath("example_video1.mp4"), "Both"]
120
  ]
121
 
122
  video_interface = gr.Interface(
 
116
 
117
  # Define a single example for the interface
118
  examples = [
119
+ [os.path.abspath("video_1.mp4"), "Both"]
120
  ]
121
 
122
  video_interface = gr.Interface(