Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chore: update INPUT_BROWSER_LIMIT
Browse files
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 =
|
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/"
|