nehapasricha94
commited on
Commit
•
1ceea32
1
Parent(s):
958c4fd
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,6 @@ def analyze_emotion_from_text(text):
|
|
171 |
|
172 |
# Main function to process image and analyze emotional expression
|
173 |
def analyze_emotion_from_image(image):
|
174 |
-
print(f"Color emotions: abc")
|
175 |
try:
|
176 |
# Ensure the input image is a PIL image
|
177 |
print(f"Initial input type: {type(image)}")
|
|
|
171 |
|
172 |
# Main function to process image and analyze emotional expression
|
173 |
def analyze_emotion_from_image(image):
|
|
|
174 |
try:
|
175 |
# Ensure the input image is a PIL image
|
176 |
print(f"Initial input type: {type(image)}")
|