mitch commited on
Commit
db20a48
·
unverified ·
1 Parent(s): 534fbb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -487,11 +487,9 @@ with gr.Blocks() as iface:
487
 
488
  gr.Examples(
489
  examples=[
490
- "What are activation functions?",
491
- "Explain backpropagation.",
492
- "What is transfer learning?",
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],