AUBMC-AIM/MammoGANesis
9
1---2title: MammoGANesis3emoji: 🔥4colorFrom: blue5colorTo: yellow6sdk: gradio7app_file: app.py8pinned: false9---10 11# Configuration12 13`title`: _string_14Display title for the Space15 16`emoji`: _string_17Space emoji (emoji-only character allowed)18 19`colorFrom`: _string_20Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)21 22`colorTo`: _string_23Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)24 25`sdk`: _string_26Can be either `gradio`, `streamlit`, or `static`27 28`sdk_version` : _string_29Only applicable for `streamlit` SDK. 30See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.31 32`app_file`: _string_33Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).34Path is relative to the root of the repository.35 36`models`: _List[string]_37HF model IDs (like "gpt2" or "deepset/roberta-base-squad2") used in the Space.38Will be parsed automatically from your code if not specified here.39 40`datasets`: _List[string]_41HF dataset IDs (like "common_voice" or "oscar-corpus/OSCAR-2109") used in the Space.42Will be parsed automatically from your code if not specified here.43 44`pinned`: _boolean_45Whether the Space stays on top of your list.46 