ashu1069 commited on
Commit
cdd69ec
·
1 Parent(s): a0d6399
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def create_interface():
249
  video_player = gr.Video(
250
  value=annotator.get_current_video,
251
  label="Current Video",
252
- height=200 # Reduced height from 500 to 400 (adjust as needed)
253
  )
254
  # Status textbox below the video
255
  status_textbox = gr.Textbox(label="Status", interactive=False)
 
249
  video_player = gr.Video(
250
  value=annotator.get_current_video,
251
  label="Current Video",
252
+ height=350 # Reduced height from 500 to 400 (adjust as needed)
253
  )
254
  # Status textbox below the video
255
  status_textbox = gr.Textbox(label="Status", interactive=False)