sohamchitimali commited on
Commit
f1d6968
·
1 Parent(s): 78ec986

Added Uvicorn

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ from fastapi.responses import JSONResponse
20
  import warnings
21
  from urllib.parse import urlparse
22
  import os
 
23
  warnings.filterwarnings('ignore')
24
 
25
  # Configure logging
 
20
  import warnings
21
  from urllib.parse import urlparse
22
  import os
23
+ import uvicorn
24
  warnings.filterwarnings('ignore')
25
 
26
  # Configure logging