il-hoon commited on
Commit
f7f7ddd
·
1 Parent(s): 0c97506

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -11,6 +11,33 @@ pinned: false
11
  ---
12
  ** Temporarily suspended
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
 
16
  # Real-Time Korean Voice Cloning
 
11
  ---
12
  ** Temporarily suspended
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` or `streamlit`
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).
37
+ Path is relative to the root of the repository.
38
+
39
+ `pinned`: _boolean_
40
+ Whether the Space stays on top of your list.
41
 
42
 
43
  # Real-Time Korean Voice Cloning