Spaces:
Running
Running
mitch
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -420,11 +420,9 @@ with gr.Blocks() as iface:
|
|
420 |
|
421 |
gr.Examples(
|
422 |
examples=[
|
423 |
-
"
|
424 |
-
"
|
425 |
-
"
|
426 |
-
"Show me an example of data augmentation.",
|
427 |
-
"What is the difference between classification and regression?",
|
428 |
],
|
429 |
inputs=query_input,
|
430 |
outputs=video_output,
|
|
|
420 |
|
421 |
gr.Examples(
|
422 |
examples=[
|
423 |
+
"Using only the videos, explain how ResNets work.",
|
424 |
+
"Using only the videos, explain the advantages of CNNs over fully connected networks.",
|
425 |
+
"Using only the videos, explain the the binary cross entropy loss function.",
|
|
|
|
|
426 |
],
|
427 |
inputs=query_input,
|
428 |
outputs=video_output,
|