Spaces:
Paused
Paused
wamo 2
Browse files
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")
|