nohil / app.py
nohilwan's picture
Create app.py
0bdcfcc verified
raw
history blame contribute delete
352 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
๐Ÿ ์ด ๋ชจ๋ธ์€ ์Œ์‹ ์นดํ…Œ๊ณ ๋ฆฌ๋ฅผ ๋ถ„๋ฅ˜ํ•ด์„œ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•ด์ค๋‹ˆ๋‹ค!๐Ÿข<br>
๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
</div>
"""
gr.load(
"models/nohilwan/foodGPT",
title="foodworld๐ŸŽ‚",
description=description_html
).launch()