We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fc7b3 commit 28ad344Copy full SHA for 28ad344
demo.py
@@ -42,6 +42,6 @@
42
43
print(results)
44
with open('results.json', 'w') as file:
45
- json.dump(results, file)
+ json.dump(results, file, indent=4)
46
47
K.clear_session()
0 commit comments