Spaces:
Runtime error
Runtime error
| title: Film Simulation | |
| emoji: 🎞️ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 4.39.0 | |
| app_file: app.py | |
| pinned: true | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| # Film Simulation Gradio App | |
| This repository contains a Gradio app for simulating various film profiles on images. The app allows users to upload an image and a JSON file containing film profiles, and then apply these profiles to the image to generate multiple processed versions. | |
| ## Features | |
| - Apply various film simulation profiles to an image. | |
| - Supports custom film profiles defined in a JSON file. | |
| - Options to override chromatic aberration, blur, and color temperature. | |
| - Optional cross-processing effect. | |
| - Parallel processing for faster execution. |