user-agent
commited on
Commit
•
7b1359c
1
Parent(s):
410735e
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 json.dumps(output_dict)
|
77 |
|
78 |
|
79 |
|