user-agent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def shot(input, category, level):
|
|
73 |
# print(f"Serialization Error: {e}")
|
74 |
# return {"error": "Serialization failed"}
|
75 |
|
76 |
-
return output_dict
|
77 |
|
78 |
|
79 |
|
|
|
73 |
# print(f"Serialization Error: {e}")
|
74 |
# return {"error": "Serialization failed"}
|
75 |
|
76 |
+
return {"data":output_dict}
|
77 |
|
78 |
|
79 |
|