small fixes
This commit is contained in:
@@ -180,6 +180,7 @@ def generate_request(file, labels, names, context_labels, wrong_labels):
|
||||
parser = argparse.ArgumentParser(description="Process a directory or specific files using Gemini.")
|
||||
parser.add_argument("input_paths", nargs='+', help="The input directory or specific files")
|
||||
parser.add_argument("--overwrite", action="store_true", help="Regenerate output even if it exists")
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
# input_arg = Path(args.input_path)
|
||||
|
||||
Reference in New Issue
Block a user