rogerxavier commited on
Commit
9d964c1
1 Parent(s): f70f210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from huggingface_hub import hf_hub_download
9
  from onnxruntime import InferenceSession
10
  from fastapi import FastAPI, File, UploadFile,Body,Query,Response
11
  import uvicorn
 
12
  app = FastAPI()
13
 
14
 
 
9
  from onnxruntime import InferenceSession
10
  from fastapi import FastAPI, File, UploadFile,Body,Query,Response
11
  import uvicorn
12
+ from typing import List
13
  app = FastAPI()
14
 
15