Spaces:
Build error
Build error
Commit
·
4dc11cd
1
Parent(s):
9cbd55d
minor fix
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ examples = [
|
|
75 |
]
|
76 |
|
77 |
gr.Interface(inference,
|
78 |
-
inputs = [gr.inputs.Video(type="
|
79 |
outputs=["label"],
|
80 |
title=title,
|
81 |
description=description,
|
|
|
75 |
]
|
76 |
|
77 |
gr.Interface(inference,
|
78 |
+
inputs = [gr.inputs.Video(type="avi", source="upload"), "text"],
|
79 |
outputs=["label"],
|
80 |
title=title,
|
81 |
description=description,
|