Skip to content

Commit cced06c

Browse files
committed
intermediate/flask_rest_api_tutorial.py 오타 수정 (#198)
1 parent b26122e commit cced06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#
4848
# ::
4949
#
50-
# $ pip install Flask==1.0.3 torchvision-0.3.0
50+
# $ pip install Flask==1.0.3 torchvision==0.3.0
5151

5252

5353
######################################################################
@@ -104,7 +104,7 @@ def predict():
104104
# 추론(Inference)
105105
# -----------------
106106
#
107-
# 다음 섹션에서는 추론 코드 작성에 집중하겠습니다. 먼저 이미지를 DenseNet에 공급(feed)할 수
107+
# 다음 섹션에서는 추론 코드 작성에 집중하겠습니다. 먼저 이미지를 DenseNet에 공급(feed)할 수
108108
# 있도록 준비하는 방법을 살펴본 뒤, 모델로부터 예측 결과를 얻는 방법을 살펴보겠습니다.
109109
#
110110
# 이미지 준비하기

0 commit comments

Comments
 (0)