xelpmocAI commited on
Commit
46c6790
·
verified ·
1 Parent(s): 53efe78
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def process_document(image):
103
  image = Image.fromarray(image) # Convert NumPy array to PIL Image
104
  image.save(tmp_file.name) # Save the image to the temporary file
105
  image_path = tmp_file.name # Get the path of the saved file
106
- logging.info("the path made for image", image_path)
107
  # Process the image with your model
108
  one = demo(image_path, other_benifits)
109
  logging.info("kjf")
 
103
  image = Image.fromarray(image) # Convert NumPy array to PIL Image
104
  image.save(tmp_file.name) # Save the image to the temporary file
105
  image_path = tmp_file.name # Get the path of the saved file
106
+ logging.info("the path made for image: %s", image_path)
107
  # Process the image with your model
108
  one = demo(image_path, other_benifits)
109
  logging.info("kjf")