Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ iface = gr.Interface(video_identity,
|
|
15 |
gr.Video(),
|
16 |
"playable_video",
|
17 |
examples=examples,
|
18 |
-
|
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")
|