Spaces:
Running
Running
Commit
·
3d2e7b8
1
Parent(s):
297d0ae
fixing log
Browse files
main.py
CHANGED
@@ -116,7 +116,7 @@ def predict(data: PredictRequest):
|
|
116 |
}
|
117 |
]
|
118 |
|
119 |
-
logging.
|
120 |
|
121 |
# Prepare inputs for the model
|
122 |
text = processor.apply_chat_template(
|
|
|
116 |
}
|
117 |
]
|
118 |
|
119 |
+
logging.info("Processing inputs...", len(image_list))
|
120 |
|
121 |
# Prepare inputs for the model
|
122 |
text = processor.apply_chat_template(
|