IbrahimHasani commited on
Commit
0fcf96b
·
1 Parent(s): b495acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
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()