Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -756,7 +756,7 @@ def delete_all_images():
|
|
756 |
|
757 |
if __name__ == "__main__":
|
758 |
parser = argparse.ArgumentParser(description='Start the Gradio demo with specified captioner.')
|
759 |
-
parser.add_argument('--captioner', type=str, choices=['molmo', 'llava', 'disable'], default='
|
760 |
args = parser.parse_args()
|
761 |
|
762 |
# Initialize models with the specified captioner
|
|
|
756 |
|
757 |
if __name__ == "__main__":
|
758 |
parser = argparse.ArgumentParser(description='Start the Gradio demo with specified captioner.')
|
759 |
+
parser.add_argument('--captioner', type=str, choices=['molmo', 'llava', 'disable'], default='disable', help='Captioner to use: molmo, llava, disable.')
|
760 |
args = parser.parse_args()
|
761 |
|
762 |
# Initialize models with the specified captioner
|