chatbot4nct / space.yaml
quoc-khanh's picture
Update space.yaml
50ae326 verified
raw
history blame contribute delete
484 Bytes
# 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