File size: 358 Bytes
a7d254b | 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/cykpig/Gpters_image_test_cho",
title="Classify animal?๐ก",
description=description_html
).launch() |