Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
|
|
| 15 |
app = FastAPI(
|
| 16 |
title="Detextly AI Detector API",
|
| 17 |
description="AI Content Detection API using RoBERTa",
|
| 18 |
-
version="
|
| 19 |
)
|
| 20 |
|
| 21 |
# CORS middleware
|
|
|
|
| 15 |
app = FastAPI(
|
| 16 |
title="Detextly AI Detector API",
|
| 17 |
description="AI Content Detection API using RoBERTa",
|
| 18 |
+
version="2.0.0" # Updated version
|
| 19 |
)
|
| 20 |
|
| 21 |
# CORS middleware
|