RafzE commited on
Commit
8c2a49d
·
verified ·
1 Parent(s): 59f239e

Update app.py

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