NCT_chatbot_QA / space.yaml
buianh0803's picture
Upload 2 files
732ba96 verified
# space.yaml
sdk: gradio # Using Gradio as the framework
runtime: python # Specify Python environment
python_version: 3.11.11 # 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