Seanya's picture
Upload folder using huggingface_hub
8725d40 verified
raw
history blame contribute delete
247 Bytes
# 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)