Fred808 commited on
Commit
1e2f78e
·
verified ·
1 Parent(s): 66f2062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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