lehduong commited on
Commit
f518132
1 Parent(s): e0dcccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='molmo', help='Captioner to use: molmo, llava, disable.')
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