Werli commited on
Commit
d3427d7
·
verified ·
1 Parent(s): 75556c4

Update README.md

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