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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ demo = gr.Interface(
30
  inputs=gr.Image(type="pil"),
31
  outputs=gr.Label(num_top_classes=3),
32
  title="AlexNet CIFAR-10 분류기",
33
- description="이미지를 업로드하면 10클래스 하나로 분류해."
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
  )
35
 
36
  demo.launch()