Spaces:
Running
Running
saylee-m
commited on
Commit
•
20f54f5
1
Parent(s):
a106da8
enable loaded models
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def load_models():
|
|
52 |
# "idefics": [idf_model, idf_processor],
|
53 |
"paligemma": [pg_model, pg_processor]}
|
54 |
|
55 |
-
|
56 |
|
57 |
def base64_encoded_image(image_array):
|
58 |
im = Image.fromarray(image_array)
|
|
|
52 |
# "idefics": [idf_model, idf_processor],
|
53 |
"paligemma": [pg_model, pg_processor]}
|
54 |
|
55 |
+
loaded_models = load_models()
|
56 |
|
57 |
def base64_encoded_image(image_array):
|
58 |
im = Image.fromarray(image_array)
|