ysharma HF staff commited on
Commit
c1f572c
1 Parent(s): 4067c26
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with demo:
119
  output_vid = gr.HTML(label="Video will play at the answer timestamp")
120
 
121
  with gr.Row():
122
- example_question = gr.Radio(
123
  ["Does video talk about different modalities",
124
  "Can the model do classification",
125
  "Does the model pushes state of the art in image classification",
 
119
  output_vid = gr.HTML(label="Video will play at the answer timestamp")
120
 
121
  with gr.Row():
122
+ example_question = gr.Dropdown(
123
  ["Does video talk about different modalities",
124
  "Can the model do classification",
125
  "Does the model pushes state of the art in image classification",