Spaces:
Runtime error
Runtime error
ismaelfaro
commited on
Commit
•
f45a0d6
1
Parent(s):
df2b1aa
Update app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,7 @@ def video_identity(video):
|
|
8 |
|
9 |
demo = gr.Interface(video_identity,
|
10 |
gr.Video(),
|
11 |
-
"playable_video",
|
12 |
-
examples=[
|
13 |
-
os.path.join(os.path.dirname(__file__),
|
14 |
-
"video/video_sample.mp4")],
|
15 |
cache_examples=True)
|
16 |
|
17 |
if __name__ == "__main__":
|
|
|
8 |
|
9 |
demo = gr.Interface(video_identity,
|
10 |
gr.Video(),
|
11 |
+
"playable_video",
|
|
|
|
|
|
|
12 |
cache_examples=True)
|
13 |
|
14 |
if __name__ == "__main__":
|