relationship / app.py
llllllllllllllllllllllllllleeeeeeeeeeeeee's picture
Update app.py
0417f7e verified
raw
history blame contribute delete
381 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
๐Ÿ ์ด ๋ชจ๋ธ์€ ๊ด€๊ณ„๋ฅผ ๋ถ„๋ฅ˜ํ•ด์„œ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•ด์ค๋‹ˆ๋‹ค!๐Ÿข<br>
๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
</div>
"""
gr.load(
"models/llllllllllllllllllllllllllleeeeeeeeeeeeee/relationship",
title="Relationship?๐Ÿก",
description=description_html
).launch()