ysharma HF staff commited on
Commit
0c2ffa7
1 Parent(s): ae8c816
Files changed (1) hide show
  1. app.py +14 -7
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
- "Can the model do classification",
123
- "Does the model pushes state of the art in image classification",
124
- "Is deepmind copying openai",
125
- "Is flamingo good enough",
126
- "Has flamingo passed andre karpathy challnge yet?",
127
- "Are there cool examples from flamingo in the video?",
128
- "Does the video talk about cat?", ""
 
 
 
 
 
 
 
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?")