Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ from fastapi import FastAPI, UploadFile, File
|
|
2 |
from fastapi.responses import JSONResponse
|
3 |
from fastapi.middleware.cors import CORSMiddleware
|
4 |
from huggingface_hub import hf_hub_download
|
|
|
5 |
|
6 |
import numpy as np
|
7 |
import tensorflow as tf
|
|
|
2 |
from fastapi.responses import JSONResponse
|
3 |
from fastapi.middleware.cors import CORSMiddleware
|
4 |
from huggingface_hub import hf_hub_download
|
5 |
+
from pydantic import BaseModel
|
6 |
|
7 |
import numpy as np
|
8 |
import tensorflow as tf
|