Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,6 @@ def openai_response(ocr_input):
|
|
100 |
'address',
|
101 |
'input',
|
102 |
]
|
103 |
-
for key in dict_keys:
|
104 |
-
if key not in resp.keys():
|
105 |
-
resp[key] = ''
|
106 |
return resp
|
107 |
|
108 |
|
|
|
100 |
'address',
|
101 |
'input',
|
102 |
]
|
|
|
|
|
|
|
103 |
return resp
|
104 |
|
105 |
|