Skip to content

Commit

Permalink
bugfix for render
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishShukla-1992 committed Jul 23, 2024
1 parent 821c6e4 commit 0cb0360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion request.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


response = requests.post(
"http://127.0.0.1:8000/predict", data=json.dumps(data))
"https://udacity-ml-ops-project-3.onrender.com/predict", data=json.dumps(data))

print(response.status_code)
print(response.json())
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.8

0 comments on commit 0cb0360

Please sign in to comment.