Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,10 @@ from open_flamingo.src.factory import create_model_and_transforms
|
|
19 |
|
20 |
|
21 |
flamingo, image_processor, tokenizer, vis_embed_size = create_model_and_transforms(
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
location_token_num=1000,
|
27 |
lora=False,
|
28 |
lora_r=16,
|
|
|
19 |
|
20 |
|
21 |
flamingo, image_processor, tokenizer, vis_embed_size = create_model_and_transforms(
|
22 |
+
"ViT-L-14",
|
23 |
+
"datacomp_xl_s13b_b90k",
|
24 |
+
"EleutherAI/pythia-1.4b",
|
25 |
+
"EleutherAI/pythia-1.4b",
|
26 |
location_token_num=1000,
|
27 |
lora=False,
|
28 |
lora_r=16,
|