--- title: 세이노 챗봇 emoji: 💬 colorFrom: green colorTo: pink sdk: gradio sdk_version: 3.35.2 app_file: app.py pinned: false license: openrail duplicated_from: JUNGU/talktosayno --- ## 설치하기 ```sh git clone git@hf.co:spaces/anpigon/talktosayno cd talktosayno pip install -r requirements.txt ``` ## PDF 학습하기 1. `docs` 폴더를 생성하고, 학습할 PDF 파일을 `docs` 폴더에 넣습니다. 2. 그 다음 `python ingest.py` 명령을 실행하여 문서를 학습시킵니다. ## 실행하기 ```py python app.pyt ```
--- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference