CoolFace
Apppublic

AlekseyKorshuk/huggingartists

sourceHugging Faceupdated 3y agoView on Hugging Face
36likes
README.md33 linesDownload Raw Back to root
1---2title: Huggingartists3emoji: ๐Ÿ 4colorFrom: red5colorTo: gray6sdk: streamlit7app_file: app.py8pinned: true9---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` or `streamlit`27 28`app_file`: _string_  29Path to your main application file (which contains either `gradio` or `streamlit` Python code).  30Path is relative to the root of the repository.31 32`pinned`: _boolean_  33Whether the Space stays on top of your list.