Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ class VideoClassifier:
|
|
| 56 |
if not self.hf_key:
|
| 57 |
raise ValueError("Hugging Face API key is not set or invalid.")
|
| 58 |
|
| 59 |
-
self.client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2"
|
| 60 |
|
| 61 |
self.whisper_model = whisper.load_model("base")
|
| 62 |
self.img_cap = Caption()
|
|
|
|
| 56 |
if not self.hf_key:
|
| 57 |
raise ValueError("Hugging Face API key is not set or invalid.")
|
| 58 |
|
| 59 |
+
self.client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
| 60 |
|
| 61 |
self.whisper_model = whisper.load_model("base")
|
| 62 |
self.img_cap = Caption()
|