Khalida1w commited on
Commit
ecc0384
1 Parent(s): 925d35c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def process_video(video_path, output_option):
112
 
113
  # Define Gradio inputs
114
  video_input = gr.Video()
115
- output_option_input = gr.Radio(choices=["Count", "Video", "Both"], label="Select output type")
116
 
117
  # Define a single example for the interface
118
  examples = [
 
112
 
113
  # Define Gradio inputs
114
  video_input = gr.Video()
115
+ output_option_input = gr.Radio(choices=["Count", "Video", "Both"], label="Select output type", value="Both") # Set default value to "Both"
116
 
117
  # Define a single example for the interface
118
  examples = [