File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242# Dependencies
4343# ------------
4444#
45- # Install the required dependenices by running the following command:
45+ # Install the required dependencies by running the following command:
4646#
4747# ::
4848#
5353# Simple Web Server
5454# -----------------
5555#
56- # Following is a simple webserver, taken from Flask's documentaion
56+ # Following is a simple webserver, taken from Flask's documentation
5757
5858
5959from flask import Flask
@@ -335,7 +335,7 @@ def get_prediction(image_bytes):
335335# Next steps
336336# --------------
337337#
338- # The server we wrote is quite trivial and and may not do everything
338+ # The server we wrote is quite trivial and may not do everything
339339# you need for your production application. So, here are some things you
340340# can do to make it better:
341341#
You can’t perform that action at this time.
0 commit comments