Spaces:
Build error
Build error
app.py
CHANGED
|
@@ -119,13 +119,20 @@ with demo:
|
|
| 119 |
with gr.Row():
|
| 120 |
example_question = gr.Dropdown(
|
| 121 |
["Choose a sample question", "Does video talk about different modalities",
|
| 122 |
-
"
|
| 123 |
-
"
|
| 124 |
-
"
|
| 125 |
-
"
|
| 126 |
-
"
|
| 127 |
-
"
|
| 128 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
"Any funny examples in video?"], label= "Choose a sample Question", value=None)
|
| 130 |
with gr.Row():
|
| 131 |
example_video = gr.CheckboxGroup( ["https://www.youtube.com/watch?v=smUHQndcmOY"], label= "Choose a sample YouTube video") #, value="Any funny examples in video?")
|
|
|
|
| 119 |
with gr.Row():
|
| 120 |
example_question = gr.Dropdown(
|
| 121 |
["Choose a sample question", "Does video talk about different modalities",
|
| 122 |
+
"does the model uses perceiver architecture?",
|
| 123 |
+
"how was the data collected for flamingo?",
|
| 124 |
+
"when does the video talk about locked image tuning or lit?",
|
| 125 |
+
"comparison of clip and lit?",
|
| 126 |
+
"when does jurassic model starts?",
|
| 127 |
+
"when does miracle model starts?",
|
| 128 |
+
"comparison between gpt3 and jurassic?",
|
| 129 |
+
#"Can the model do classification",
|
| 130 |
+
#"Does the model pushes state of the art in image classification",
|
| 131 |
+
#"Is deepmind copying openai",
|
| 132 |
+
#"Is flamingo good enough",
|
| 133 |
+
"Has flamingo passed turing test yet?",
|
| 134 |
+
#"Are there cool examples from flamingo in the video?",
|
| 135 |
+
#"Does the video talk about cat?",
|
| 136 |
"Any funny examples in video?"], label= "Choose a sample Question", value=None)
|
| 137 |
with gr.Row():
|
| 138 |
example_video = gr.CheckboxGroup( ["https://www.youtube.com/watch?v=smUHQndcmOY"], label= "Choose a sample YouTube video") #, value="Any funny examples in video?")
|