diff --git a/examples/README.md b/examples/README.md index d9981f5..190b897 100644 --- a/examples/README.md +++ b/examples/README.md @@ -191,7 +191,7 @@ while True: out_frame = deep_dream.process_frame(in_frame) process2.stdin.write( - in_frame + out_frame .astype(np.uint8) .tobytes() )