rickysk commited on
Commit
7be45f9
1 Parent(s): e9fa08b

Update app.py

Browse files

Changed number of classes

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def infer(video_file):
120
  gr.Interface(
121
  fn=infer,
122
  inputs=gr.Video(type="file"),
123
- outputs=gr.Label(num_top_classes=3),
124
  examples=[
125
  ["examples/babycrawling.mp4"],
126
  ["examples/baseball.mp4"],
 
120
  gr.Interface(
121
  fn=infer,
122
  inputs=gr.Video(type="file"),
123
+ outputs=gr.Label(num_top_classes=7),
124
  examples=[
125
  ["examples/babycrawling.mp4"],
126
  ["examples/baseball.mp4"],