Spaces:
Runtime error
Runtime error
AhmedIbrahim007
commited on
Commit
•
b838566
1
Parent(s):
1d311ac
Update app.py
Browse files
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 = '
|
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)
|