Spaces:
Build error
Build error
| import gradio as gr | |
| description_html = """ | |
| <div style="text-align: center;"> | |
| ๐ ์ด ๋ชจ๋ธ์ ์ธ๊ณ์ ์์์ ๋ถ๋ฅํด ์ค๋๋ค!๐ข<br> | |
| ๋ถ๋ฅํ๊ณ ์ ํ๋ ์ด๋ฏธ์ง๋ฅผ ๋ฃ์ด์ฃผ์ธ์! | |
| </div> | |
| """ | |
| gr.load( | |
| "models/nohilwan/foodGPT", | |
| title="Food Of World๐ก", | |
| description=description_html | |
| ).launch() |