CoolFace
Apppublic

52Hz/SRMNet_real_world_denoising

sourceHugging Faceupdated 3y agoView on Hugging Face
23likes
README.md38 linesDownload Raw Back to root
1---2title: SRMNet_real_denoising3emoji: 🌪4colorFrom: pink5colorTo: 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`pinned`: _boolean_37Whether the Space stays on top of your list.38