Spaces:
Sleeping
Sleeping
import gradio as gr | |
description_html = """ | |
<div style="text-align: center;"> | |
π μ΄ λͺ¨λΈμ λλ¬Όμ λΆλ₯ν΄μ νλ₯ λ‘ ννν΄μ€λλ€!π’<br> | |
λΆλ₯νκ³ μ νλ μ΄λ―Έμ§λ₯Ό λ£μ΄μ£ΌμΈμ! | |
</div> | |
""" | |
gr.load( | |
"models/Gangseok/animalgpt", | |
title="Emotion?π‘", | |
description=description_html | |
).launch() |