chatbot4nct_test1 / space.yaml
quoc-khanh's picture
Create space.yaml
a78a1f1 verified
raw
history blame
474 Bytes
# space.yaml
sdk: gradio # Using Gradio as the framework
runtime: python # Specify Python environment
python_version: 3.9 # Choose Python version
# Install required system dependencies (e.g., LibreOffice for document processing)
system_packages:
- libreoffice
- poppler-utils # Required for PDF support
- tesseract-ocr # If OCR is needed
- ghostscript # PDF rendering support
# Automatically restart the app when files change
restart_on_file_change: true