Spaces:
Sleeping
Sleeping
| title: File Upload & Download Manager | |
| emoji: 📁 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 6.1.0 | |
| app_file: add.py | |
| pinned: false | |
| # File Upload & Download Manager | |
| Upload files and download them as original or zipped archives. | |
| ## Features: | |
| - Single file upload and download | |
| - Multiple file batch processing | |
| - ZIP file creation with compression | |
| - Password-protected ZIPs (optional) | |
| - File information display | |
| - Custom filename support | |
| ## Usage: | |
| 1. Upload files using the interface | |
| 2. Choose processing options | |
| 3. Download the processed files | |
| ## Requirements: | |
| - gradio>=6.1.0 | |
| - pyminizip>=0.2.6 (optional, for password protection) | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |