gina9726 commited on
Commit
f358f59
·
verified ·
1 Parent(s): b14f147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ iface = gr.Interface(video_identity,
15
  gr.Video(),
16
  "playable_video",
17
  examples=examples,
18
- outputs="label",
19
  cache_examples=True)
20
 
21
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
 
15
  gr.Video(),
16
  "playable_video",
17
  examples=examples,
18
+ labels=["test1","test2","test3"],
19
  cache_examples=True)
20
 
21
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")