lehduong commited on
Commit
839cde7
1 Parent(s): c85b395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -753,7 +753,7 @@ def delete_all_images():
753
 
754
  if __name__ == "__main__":
755
  parser = argparse.ArgumentParser(description='Start the Gradio demo with specified captioner.')
756
- parser.add_argument('--captioner', type=str, choices=['molmo', 'llava', 'disable'], default='molmo', help='Captioner to use: molmo, llava, disable.')
757
  args = parser.parse_args()
758
 
759
  # Initialize models with the specified captioner
 
753
 
754
  if __name__ == "__main__":
755
  parser = argparse.ArgumentParser(description='Start the Gradio demo with specified captioner.')
756
+ parser.add_argument('--captioner', type=str, choices=['molmo', 'llava', 'disable'], default='disable', help='Captioner to use: molmo, llava, disable.')
757
  args = parser.parse_args()
758
 
759
  # Initialize models with the specified captioner