Spaces:
Running
Running
mitch
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -487,11 +487,9 @@ with gr.Blocks() as iface:
|
|
487 |
|
488 |
gr.Examples(
|
489 |
examples=[
|
490 |
-
"
|
491 |
-
"
|
492 |
-
"
|
493 |
-
"Show me an example of data augmentation.",
|
494 |
-
"What is the difference between classification and regression?",
|
495 |
],
|
496 |
inputs=query_input,
|
497 |
outputs=[reasoning_output, video_output],
|
|
|
487 |
|
488 |
gr.Examples(
|
489 |
examples=[
|
490 |
+
"Using only the videos, explain how ResNets work.",
|
491 |
+
"Using only the videos, explain the advantages of CNNs over fully connected networks.",
|
492 |
+
"Using only the videos, explain the the binary cross entropy loss function.",
|
|
|
|
|
493 |
],
|
494 |
inputs=query_input,
|
495 |
outputs=[reasoning_output, video_output],
|