Spaces:
Sleeping
Sleeping
import gradio as gr | |
description_html = """ | |
<div style="text-align: center;"> | |
๐ ์ด ๋ชจ๋ธ์ ๊ฐ์ ์ ๋ถ๋ฅํจ๐ข<br> | |
๋ถ๋ฅํ๊ณ ์ ํ๋ ์ด๋ฏธ์ง๋ฅผ ๋ฃ์ด์ฃผ์ธ์! | |
</div> | |
""" | |
gr.load( | |
"models/ujin0000/ujin_bio", | |
title="Emotion", | |
description=description_html | |
).launch() |