AgingGPTs / app.py
Kang-Seong-Jun's picture
Create app.py
47be78b verified
raw
history blame contribute delete
325 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
์ด ๋ชจ๋ธ์€ ์ธ๋ฌผ์˜ ๋‚˜์ด์„ ์˜ˆ์ธกํ•ด์ค๋‹ˆ๋‹ค!<br>
๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
</div>
"""
gr.load(
"models/Kang-Seong-Jun/AgingGPT",
title="How Old I Am?",
description=description_html
).launch()