Spaces:
Sleeping
Sleeping
File size: 340 Bytes
b70f902 6fc73c0 b70f902 |
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/Gangseok/animalgpt",
title="Emotion?๐ก",
description=description_html
).launch() |