mdik1 commited on
Commit
b2fe11b
·
verified ·
1 Parent(s): f12934d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def process_question_with_agent(question):
47
  return result
48
 
49
  # Load the image from the specified path
50
- image_path = "/image-removebg-preview (1).png" # Update with your image path
51
  image = Image.open(image_path)
52
 
53
  # Resize the image to 500x500
 
47
  return result
48
 
49
  # Load the image from the specified path
50
+ image_path = "./image-removebg-preview (1).png" # Update with your image path
51
  image = Image.open(image_path)
52
 
53
  # Resize the image to 500x500