Spaces:
Sleeping
Sleeping
File size: 352 Bytes
a23b2d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
import gradio as gr
description_html = """
<div style="text-align: center;">
이 모델은 과일을 분류해서 확률로 표현해줍니다!<br>
분류하고자 하는 이미지를 넣어주세요!
</div>
"""
gr.load(
"models/Kang-Seong-Jun/FruitGPT",
title="Which Fruit?",
description=description_html
).launch() |