Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AlekseyKorshuk/huggingartists
Nymbo
/
huggingartists
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AlekseyKorshuk
commited on
Aug 19, 2021
Commit
9fa6ffd
·
1 Parent(s):
7a163bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -81,8 +81,7 @@ top_k= st.sidebar.number_input(
81
"Top K",
82
min_value=0,
83
value=50,
84
-
step=1
.,
85
-
format="%.2f",
86
help="Top K",
87
)
88
81
"Top K",
82
min_value=0,
83
value=50,
84
+
step=1
,
85
help="Top K",
86
)
87