skb_tech / app.py
Gangseok's picture
Update app.py (#1)
6fc73c0 verified
raw
history blame contribute delete
340 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
🏠이 λͺ¨λΈμ€ 동물을 λΆ„λ₯˜ν•΄μ„œ ν™•λ₯ λ‘œ ν‘œν˜„ν•΄μ€λ‹ˆλ‹€!🏒<br>
λΆ„λ₯˜ν•˜κ³ μž ν•˜λŠ” 이미지λ₯Ό λ„£μ–΄μ£Όμ„Έμš”!
</div>
"""
gr.load(
"models/Gangseok/animalgpt",
title="Emotion?🏑",
description=description_html
).launch()