more example questions
Browse files
app.py
CHANGED
@@ -149,7 +149,9 @@ with gr.Blocks() as demo:
|
|
149 |
examples = gr.Examples(
|
150 |
examples=[
|
151 |
"Who portrayed J. Robert Oppenheimer in the new Oppenheimer movie?",
|
152 |
-
"In the plot of the movie, why did Lewis Strauss resent Robert Oppenheimer?"
|
|
|
|
|
153 |
],
|
154 |
inputs=[ques],
|
155 |
)
|
|
|
149 |
examples = gr.Examples(
|
150 |
examples=[
|
151 |
"Who portrayed J. Robert Oppenheimer in the new Oppenheimer movie?",
|
152 |
+
"In the plot of the movie, why did Lewis Strauss resent Robert Oppenheimer?",
|
153 |
+
"How much money did the Oppenheimer movie make at the US and global box office?",
|
154 |
+
"What score did the Oppenheimer movie get on Rotten Tomatoes and Metacritic?"
|
155 |
],
|
156 |
inputs=[ques],
|
157 |
)
|