kcelia commited on
Commit
99ddae3
1 Parent(s): 6acf13a

chore: update INPUT_BROWSER_LIMIT

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -10,7 +10,7 @@ from concrete.ml.sklearn import XGBClassifier as ConcreteXGBoostClassifier
10
 
11
  # Max Input to be displayed on the HuggingFace space brower using Gradio
12
  # Too large inputs, slow down the server: https://github.com/gradio-app/gradio/issues/1877
13
- INPUT_BROWSER_LIMIT = 400
14
 
15
  # Store the server's URL
16
  SERVER_URL = "http://localhost:8000/"
 
10
 
11
  # Max Input to be displayed on the HuggingFace space brower using Gradio
12
  # Too large inputs, slow down the server: https://github.com/gradio-app/gradio/issues/1877
13
+ INPUT_BROWSER_LIMIT = 380
14
 
15
  # Store the server's URL
16
  SERVER_URL = "http://localhost:8000/"