AhmedIbrahim007 commited on
Commit
b838566
1 Parent(s): 1d311ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ def classify_image(image_path):
27
  return {'formal': confidences['formal']}
28
 
29
  # Example usage with an image path
30
- image_path = 'path_to_image.jpg' # Replace with the actual image path
31
  result = classify_image(image_path)
32
  print(result)
 
27
  return {'formal': confidences['formal']}
28
 
29
  # Example usage with an image path
30
+ image_path = 'test1.png' # Replace with the actual image path
31
  result = classify_image(image_path)
32
  print(result)