user-agent
commited on
Commit
•
8a34bf6
1
Parent(s):
2aa2b6d
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def shot(input, category, level):
|
|
65 |
output_dict['attributes'] = common_result
|
66 |
output_dict['subcategory'] = category
|
67 |
|
68 |
-
return json.
|
69 |
|
70 |
|
71 |
|
|
|
65 |
output_dict['attributes'] = common_result
|
66 |
output_dict['subcategory'] = category
|
67 |
|
68 |
+
return json.dumps(output_dict)
|
69 |
|
70 |
|
71 |
|