CoolFace
Apppublic

keras-io/Human-Part-Segmentation

sourceHugging Facecc0-1.0updated 3y agoView on Hugging Face
36likes
README.md50 linesDownload Raw Back to root
1---2title: Human Part Segmentation3emoji: 👤4colorFrom: gray5colorTo: purple6sdk: gradio7app_file: app.py8pinned: false9tags:10- computer-vision11- image-segmentation12license: cc0-1.013---14 15# Configuration16 17`title`: _string_18Display title for the Space19 20`emoji`: _string_21Space emoji (emoji-only character allowed)22 23`colorFrom`: _string_24Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)25 26`colorTo`: _string_27Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)28 29`sdk`: _string_30Can be either `gradio`, `streamlit`, or `static`31 32`sdk_version` : _string_33Only applicable for `streamlit` SDK.  34See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.35 36`app_file`: _string_37Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).38Path is relative to the root of the repository.39 40`models`: _List[string]_41HF model IDs (like "gpt2" or "deepset/roberta-base-squad2") used in the Space.42Will be parsed automatically from your code if not specified here.43 44`datasets`: _List[string]_45HF dataset IDs (like "common_voice" or "oscar-corpus/OSCAR-2109") used in the Space.46Will be parsed automatically from your code if not specified here.47 48`pinned`: _boolean_49Whether the Space stays on top of your list.50