Skip to content

Commit

Permalink
Merge pull request #23 from truefoundry/nikp1172-patch-1
Browse files Browse the repository at this point in the history
Update deploy.py
  • Loading branch information
nikp1172 authored Feb 20, 2024
2 parents f0febc5 + 733b762 commit be813b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnist-classifaction/deploy_model/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
build_spec=PythonBuild(
command="python gradio_demo.py",
# for deploying fastapi
# command="uvicorn fastapi_service:app --port 8001 --host 0.0.0.0",
# command="uvicorn fastapi_service:app --port 8000 --host 0.0.0.0",
requirements_path="requirements.txt",
)
),
Expand Down

0 comments on commit be813b0

Please sign in to comment.