Spaces:
Runtime error
Runtime error
File size: 381 Bytes
ad36747 0417f7e ad36747 |
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/llllllllllllllllllllllllllleeeeeeeeeeeeee/relationship",
title="Relationship?๐ก",
description=description_html
).launch() |