Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ class BasicAgent:
|
|
89 |
# Se è presente un file, gestiscilo
|
90 |
if file_info:
|
91 |
file_name = file_info.get("name", "")
|
92 |
-
file_data = file_info.get("
|
93 |
|
94 |
if file_name.endswith((".png", ".jpg", ".jpeg")):
|
95 |
print("coso Image file detected, processing with GPT-4o")
|
|
|
89 |
# Se è presente un file, gestiscilo
|
90 |
if file_info:
|
91 |
file_name = file_info.get("name", "")
|
92 |
+
file_data = file_info.get("file_info", "")
|
93 |
|
94 |
if file_name.endswith((".png", ".jpg", ".jpeg")):
|
95 |
print("coso Image file detected, processing with GPT-4o")
|