Spaces:
Runtime error
Runtime error
Commit
·
0fcf96b
1
Parent(s):
b495acb
Update app.py
Browse files
app.py
CHANGED
@@ -121,12 +121,5 @@ iface = gr.Interface(
|
|
121 |
)
|
122 |
|
123 |
|
124 |
-
inputs = processor(
|
125 |
-
text=activities_list,
|
126 |
-
videos=np.array(video), # This line is changed.
|
127 |
-
return_tensors="pt",
|
128 |
-
padding=True,
|
129 |
-
)
|
130 |
-
|
131 |
|
132 |
iface.launch()
|
|
|
121 |
)
|
122 |
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
iface.launch()
|