Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ class Settings:
|
|
| 28 |
AGGREGATOR_URL = os.getenv("AGGREGATOR_URL", "http://192.168.1.104:8002")
|
| 29 |
|
| 30 |
# Model settings
|
| 31 |
-
MODEL_REPO = "https://huggingface.co/microsoft/florence-2-large
|
| 32 |
# Server settings
|
| 33 |
TENSOR_SERVER_TIMEOUT = 30 # seconds
|
| 34 |
MAX_ERROR_THRESHOLD = 5 # maximum number of errors
|
|
|
|
| 28 |
AGGREGATOR_URL = os.getenv("AGGREGATOR_URL", "http://192.168.1.104:8002")
|
| 29 |
|
| 30 |
# Model settings
|
| 31 |
+
MODEL_REPO = "https://huggingface.co/microsoft/florence-2-large"
|
| 32 |
# Server settings
|
| 33 |
TENSOR_SERVER_TIMEOUT = 30 # seconds
|
| 34 |
MAX_ERROR_THRESHOLD = 5 # maximum number of errors
|