arjunanand13 commited on
Commit
cca1ded
1 Parent(s): 30e924b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ class VideoClassifier:
35
  print("Setting up Gemini model for Class Selection")
36
  self.setup_gemini_model()
37
  self.setup_paths()
38
- self.hf_key = os.environ.get(hf_key, None)
39
  def setup_paths(self):
40
  self.path = './results'
41
  if os.path.exists(self.path):
 
35
  print("Setting up Gemini model for Class Selection")
36
  self.setup_gemini_model()
37
  self.setup_paths()
38
+ self.hf_key = os.environ.get("HF_KEY", None)
39
  def setup_paths(self):
40
  self.path = './results'
41
  if os.path.exists(self.path):