Spaces:
Runtime error
Runtime error
| # filepath: /home/hwsong/works/llm/custom_rag_project/app.py | |
| """ | |
| ์ด๋ ฅ์ ๋ถ์ ์์คํ ๋ฉ์ธ ์ดํ๋ฆฌ์ผ์ด์ | |
| """ | |
| from ui import create_ui | |
| if __name__ == "__main__": | |
| app = create_ui() | |
| app.launch(server_name="0.0.0.0", share=True) | |