Spaces:
Build error
Build error
Commit
·
a32722f
1
Parent(s):
66605df
Change model
Browse files- utils/predict.py +1 -1
utils/predict.py
CHANGED
|
@@ -10,7 +10,7 @@ def get_model():
|
|
| 10 |
"""
|
| 11 |
Download the model from the Hugging Face Hub and compile it.
|
| 12 |
"""
|
| 13 |
-
model = from_pretrained_keras("
|
| 14 |
|
| 15 |
model.compile(
|
| 16 |
optimizer=Adam(learning_rate=LEARNING_RATE),
|
|
|
|
| 10 |
"""
|
| 11 |
Download the model from the Hugging Face Hub and compile it.
|
| 12 |
"""
|
| 13 |
+
model = from_pretrained_keras("keras-io/video-vision-transformer")
|
| 14 |
|
| 15 |
model.compile(
|
| 16 |
optimizer=Adam(learning_rate=LEARNING_RATE),
|