Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,10 @@ def analyze_images(image1, image2, api_key, org_id):
|
|
35 |
|
36 |
response = response['entry']
|
37 |
print(response.keys())
|
|
|
|
|
|
|
|
|
38 |
|
39 |
obj_path = 'avatar.obj'
|
40 |
with open(obj_path, 'wb') as avatar_file:
|
|
|
35 |
|
36 |
response = response['entry']
|
37 |
print(response.keys())
|
38 |
+
print(response['entry']['error'])
|
39 |
+
print(response['entry']['id'])
|
40 |
+
print(response['entry']['input'])
|
41 |
+
print(response['entry']['status'])
|
42 |
|
43 |
obj_path = 'avatar.obj'
|
44 |
with open(obj_path, 'wb') as avatar_file:
|