Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +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="비행기, 자동차, 새, 고양이, 사슴, 개, 개구리, 말, 배, 트럭. 총
|
| 34 |
-
\n 사진을 넣어주세요"
|
| 35 |
)
|
| 36 |
|
| 37 |
demo.launch()
|
|
|
|
| 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()
|