ElBeh commited on
Commit
0914348
·
verified ·
1 Parent(s): b599026

Update tabs/tab_videoframes.py

Browse files
Files changed (1) hide show
  1. tabs/tab_videoframes.py +2 -2
tabs/tab_videoframes.py CHANGED
@@ -475,8 +475,8 @@ def create_tab_videoframes(tab_label, process_image, shared_video_frames=None):
475
  with gr.Row():
476
  with gr.Column(scale=1):
477
  with gr.Row():
478
- btn_classify_frame = gr.Button("🔍 Classify Current Frame", size="sm", variant="primary")
479
- btn_classify_all = gr.Button("🔬 Classify All Frames (Coming Soon)", size="sm", interactive=False)
480
  with gr.Column(scale=2):
481
  classification_result = gr.Label(num_top_classes=2, label="Result")
482
  with gr.Column(scale=1):
 
475
  with gr.Row():
476
  with gr.Column(scale=1):
477
  with gr.Row():
478
+ btn_classify_frame = gr.Button("Classify Current Frame", size="sm", variant="primary")
479
+ btn_classify_all = gr.Button("Classify All Frames (Coming Soon)", size="sm", interactive=False)
480
  with gr.Column(scale=2):
481
  classification_result = gr.Label(num_top_classes=2, label="Result")
482
  with gr.Column(scale=1):