Berzelius255 commited on
Commit
90e07bc
·
verified ·
1 Parent(s): 0cfc25c

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +0 -1
app/main.py CHANGED
@@ -8,7 +8,6 @@ from app.api.v1.endpoints import transcription, ocr, translation, tts
8
  import logging
9
  logging.basicConfig(level=logging.INFO)
10
 
11
- #app = FastAPI(generate_unique_id_function=lambda route: f"{route.tags[0]}_{route.name}")
12
  app = FastAPI()
13
 
14
  # Global flag to track if models are loaded
 
8
  import logging
9
  logging.basicConfig(level=logging.INFO)
10
 
 
11
  app = FastAPI()
12
 
13
  # Global flag to track if models are loaded