Tonic commited on
Commit
358b455
·
1 Parent(s): f32e978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -51,7 +51,6 @@ def chat_with_model(image_path=None, text_query=None, history=None):
51
  full_image_path = default_image_path
52
  else:
53
  full_image_path = default_image_path
54
- else:
55
  print("No image path provided, using default image.")
56
  image_path = default_image_path
57
  text_input = text_query if text_query else ""
 
51
  full_image_path = default_image_path
52
  else:
53
  full_image_path = default_image_path
 
54
  print("No image path provided, using default image.")
55
  image_path = default_image_path
56
  text_input = text_query if text_query else ""