CoolFace
Apppublic

haakohu/DeepPrivacy

sourceHugging Faceupdated 4y agoView on Hugging Face
24likes
README.md39 linesDownload Raw Back to root
1---2title: DeepPrivacy - A Generative Adversarial Network for Face Anonymization3emoji: ๐ŸŒ4colorFrom: gray5colorTo: blue6sdk: gradio7sdk_version: 3.20.08app_file: app.py9pinned: false10---11 12# Configuration13 14`title`: _string_15Display title for the Space16 17`emoji`: _string_18Space emoji (emoji-only character allowed)19 20`colorFrom`: _string_21Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)22 23`colorTo`: _string_24Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)25 26`sdk`: _string_27Can be either `gradio`, `streamlit`, or `static`28 29`sdk_version` : _string_30Only applicable for `streamlit` SDK.  31See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.32 33`app_file`: _string_34Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).35Path is relative to the root of the repository.36 37`pinned`: _boolean_38Whether the Space stays on top of your list.39