Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ feature_extractor = ViTFeatureExtractor.from_pretrained(PRETRAIN_CHECKPOINT)
|
|
9 |
|
10 |
# $chansung/vit-e2e-pipeline-hf-integration should be like chansung/test-vit
|
11 |
# $v1664841204
|
12 |
-
MODEL_CKPT = "
|
13 |
MODEL = from_pretrained_keras(MODEL_CKPT)
|
14 |
|
15 |
RESOLTUION = 224
|
|
|
9 |
|
10 |
# $chansung/vit-e2e-pipeline-hf-integration should be like chansung/test-vit
|
11 |
# $v1664841204
|
12 |
+
MODEL_CKPT = "chansung/vit-e2e-pipeline-hf-integration@v1664841204"
|
13 |
MODEL = from_pretrained_keras(MODEL_CKPT)
|
14 |
|
15 |
RESOLTUION = 224
|