dkrak737 commited on
Commit
aad8250
·
verified ·
1 Parent(s): 2c8d030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ demo = gr.Interface(
30
  inputs=gr.Image(type="pil"),
31
  outputs=gr.Label(num_top_classes=3),
32
  title="AlexNet CIFAR-10 분류기",
33
- description="비행기, 자동차, 새, 고양이, 사슴, 개, 개구리, 말, 배, 트럭. 총 열가지 사진을 분류해주는 모델입니다. 사진을 넣어주세요"
 
34
  )
35
 
36
  demo.launch()
 
30
  inputs=gr.Image(type="pil"),
31
  outputs=gr.Label(num_top_classes=3),
32
  title="AlexNet CIFAR-10 분류기",
33
+ description="비행기, 자동차, 새, 고양이, 사슴, 개, 개구리, 말, 배, 트럭. 총 열가지 사진을 분류해주는 모델입니다.
34
+ \n 사진을 넣어주세요"
35
  )
36
 
37
  demo.launch()