Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ class VideoClassifier:
|
|
| 62 |
bnb_4bit_compute_dtype=bfloat16,
|
| 63 |
)
|
| 64 |
hf_auth = self.hf_key
|
| 65 |
-
print(
|
| 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
|