Skip to content

Commit 0c05d71

Browse files
author
marwan37
committed
update entrypoint run files
1 parent 991e89f commit 0c05d71

File tree

2 files changed

+259
-141
lines changed

2 files changed

+259
-141
lines changed

omni-reader/run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232

3333
def main():
3434
"""Run the OCR comparison pipeline."""
35-
parser = argparse.ArgumentParser(
36-
description="Run OCR comparison between Mistral and Gemma3 using ZenML"
37-
)
35+
parser = argparse.ArgumentParser(description="Run OCR comparison between various vision models")
3836

3937
# Config file options
4038
config_group = parser.add_argument_group("Configuration")

0 commit comments

Comments
 (0)