Spaces:
Build error
Build error
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"
|
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)
|