Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,9 @@ emoji: 🎞️
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
@@ -21,4 +21,4 @@ This repository contains a Gradio app for simulating various film profiles on im
|
|
21 |
- Supports custom film profiles defined in a JSON file.
|
22 |
- Options to override chromatic aberration, blur, and color temperature.
|
23 |
- Optional cross-processing effect.
|
24 |
-
- Parallel processing for faster execution.
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.39.0
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
21 |
- Supports custom film profiles defined in a JSON file.
|
22 |
- Options to override chromatic aberration, blur, and color temperature.
|
23 |
- Optional cross-processing effect.
|
24 |
+
- Parallel processing for faster execution.
|