ysharma HF staff commited on
Commit
4067c26
·
1 Parent(s): a451f9e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with demo:
128
  "Has flamingo passed andre karpathy challnge yet?",
129
  "Are there cool examples from flamingo in the video?",
130
  "Does the video talk about cat?", ""
131
- "Any funny examples in video?"], label= "Choose a sample Question") #, value="Any funny examples in video?")
132
  with gr.Row():
133
  example_video = gr.CheckboxGroup( ["https://www.youtube.com/watch?v=smUHQndcmOY"], label= "Choose a sample YouTube video") #, value="Any funny examples in video?")
134
  #example_question.update(set_example_question) #,inputs=example_question, outputs= input_url) #example_styles.components)
 
128
  "Has flamingo passed andre karpathy challnge yet?",
129
  "Are there cool examples from flamingo in the video?",
130
  "Does the video talk about cat?", ""
131
+ "Any funny examples in video?"], label= "Choose a sample Question", value=None)
132
  with gr.Row():
133
  example_video = gr.CheckboxGroup( ["https://www.youtube.com/watch?v=smUHQndcmOY"], label= "Choose a sample YouTube video") #, value="Any funny examples in video?")
134
  #example_question.update(set_example_question) #,inputs=example_question, outputs= input_url) #example_styles.components)