Spaces:
Runtime error
Runtime error
import gradio as gr | |
description_html = """ | |
<div style="text-align: center;"> | |
๐ ์ด ๋ชจ๋ธ์ ๊ด๊ณ๋ฅผ ๋ถ๋ฅํด์ ํ๋ฅ ๋ก ํํํด์ค๋๋ค!๐ข<br> | |
๋ถ๋ฅํ๊ณ ์ ํ๋ ์ด๋ฏธ์ง๋ฅผ ๋ฃ์ด์ฃผ์ธ์! | |
</div> | |
""" | |
gr.load( | |
"models/llllllllllllllllllllllllllleeeeeeeeeeeeee/relationship", | |
title="Relationship?๐ก", | |
description=description_html | |
).launch() |