minhvtt commited on
Commit
f0aa586
·
verified ·
1 Parent(s): 4adc456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ logger = logging.getLogger(__name__)
32
 
33
  app = FastAPI(
34
  title="Seat Extraction API v9.0 (No OCR)",
35
- description="BG removal → Section detection (OCR removed for performance)",
36
  version="9.0.0"
37
  )
38
 
 
32
 
33
  app = FastAPI(
34
  title="Seat Extraction API v9.0 (No OCR)",
35
+ description="BG removal → Section detection )",
36
  version="9.0.0"
37
  )
38