coldtype08 / app.py
coldtype08's picture
Create app.py
3e611c3 verified
raw
history blame contribute delete
301 Bytes
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()