ishworrsubedii commited on
Commit
76b93b0
1 Parent(s): 3fa5f95

username --- changed to -- user_id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ app.add_middleware(
20
  allow_headers=["*"],
21
  )
22
 
23
- # app.include_router(speech_translator_router, prefix="/speech")
24
 
25
 
26
  @app.post("/signup")
 
20
  allow_headers=["*"],
21
  )
22
 
23
+ app.include_router(speech_translator_router, prefix="/speech")
24
 
25
 
26
  @app.post("/signup")