Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|