Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -61,7 +61,7 @@ def generate(item: Item):
|
|
61 |
else:
|
62 |
output += response # If not, treat it as a string
|
63 |
|
64 |
-
return ['msg': output]
|
65 |
# return output
|
66 |
|
67 |
|
|
|
61 |
else:
|
62 |
output += response # If not, treat it as a string
|
63 |
|
64 |
+
return [{'msg': output}]
|
65 |
# return output
|
66 |
|
67 |
|