Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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):
|