Spaces:
Sleeping
Sleeping
| # 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 | |