AshDavid12 commited on
Commit
53905a4
·
1 Parent(s): 40671f0

trying to build simple trasncribe - testing

Browse files
Files changed (1) hide show
  1. infer.py +0 -4
infer.py CHANGED
@@ -6,10 +6,6 @@ import uvicorn
6
  import os
7
  from datetime import datetime
8
 
9
- # Ensure the log directory exists (optional if needed)
10
- log_directory = "/app/logs"
11
- os.makedirs(log_directory, exist_ok=True)
12
-
13
  # Initialize FastAPI app
14
  app = FastAPI()
15
 
 
6
  import os
7
  from datetime import datetime
8
 
 
 
 
 
9
  # Initialize FastAPI app
10
  app = FastAPI()
11