mitch commited on
Commit
5147cde
·
unverified ·
1 Parent(s): a591a02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -420,11 +420,9 @@ with gr.Blocks() as iface:
420
 
421
  gr.Examples(
422
  examples=[
423
- "What are activation functions?",
424
- "Explain backpropagation.",
425
- "What is transfer learning?",
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,