Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
taskswithcode
/
semantic_clustering
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
taskswithcode
commited on
Jan 17, 2023
Commit
89e6533
·
1 Parent(s):
6b9bf52
Incremented limit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,7 +13,7 @@ import requests
13
import socket
14
15
16
-
MAX_INPUT =
100
17
18
SEM_SIMILARITY="1"
19
DOC_RETRIEVAL="2"
13
import socket
14
15
16
+
MAX_INPUT =
5000
17
18
SEM_SIMILARITY="1"
19
DOC_RETRIEVAL="2"