nightfury commited on
Commit
ab61e47
·
1 Parent(s): 1e5b5e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -2,12 +2,35 @@
2
  title: Neural Style Transfer
3
  emoji: 💻
4
  colorFrom: gray
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 3.12.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  title: Neural Style Transfer
3
  emoji: 💻
4
  colorFrom: gray
5
+ colorTo: green
6
  sdk: gradio
7
+ # sdk_version: 3.12.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # Configuration
16
+ `title`: _string_
17
+ Display title for the Space
18
+ `emoji`: _string_
19
+ Space emoji (emoji-only character allowed)
20
+ `colorFrom`: _string_
21
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
22
+ `colorTo`: _string_
23
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
24
+ `sdk`: _string_
25
+ Can be either `gradio` or `streamlit`
26
+ `sdk_version` : _string_
27
+ Only applicable for `streamlit` SDK.
28
+ See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
29
+
30
+ `app_file`: _string_
31
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code).
32
+ Path is relative to the root of the repository.
33
+
34
+ `pinned`: _boolean_
35
+ Whether the Space stays on top of your list.
36
+