matsuap commited on
Commit
f43aab4
·
verified ·
1 Parent(s): 884e600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,10 +35,10 @@ def analyze_images(image1, image2, api_key, org_id):
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:
 
35
 
36
  response = response['entry']
37
  print(response.keys())
38
+ print(response['error'])
39
+ print(response['id'])
40
+ print(response['input'])
41
+ print(response['status'])
42
 
43
  obj_path = 'avatar.obj'
44
  with open(obj_path, 'wb') as avatar_file: