arjunanand13 commited on
Commit
580c1c2
1 Parent(s): 5c4a19d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ class VideoClassifier:
215
  }
216
 
217
  return self.client(inputs, parameters)
218
-
219
  def classify_video(self,video_input,checkbox=default_checkbox):
220
  global classification_time , caption_time
221
  print("checkbox",checkbox)
 
215
  }
216
 
217
  return self.client(inputs, parameters)
218
+ default_checkbox = []
219
  def classify_video(self,video_input,checkbox=default_checkbox):
220
  global classification_time , caption_time
221
  print("checkbox",checkbox)