Spaces:
Running
Running
File size: 484 Bytes
a78a1f1 50ae326 a78a1f1 50ae326 a78a1f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# 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
|