arjunanand13 commited on
Commit
4c167ca
1 Parent(s): 3a8067d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ class VideoClassifier:
62
  bnb_4bit_compute_dtype=bfloat16,
63
  )
64
  hf_auth = self.hf_key
65
- print("hf_auth")
66
  model_config = transformers.AutoConfig.from_pretrained(
67
  self.model_id,
68
  use_auth_token=hf_auth
 
62
  bnb_4bit_compute_dtype=bfloat16,
63
  )
64
  hf_auth = self.hf_key
65
+ print(hf_auth)
66
  model_config = transformers.AutoConfig.from_pretrained(
67
  self.model_id,
68
  use_auth_token=hf_auth