Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from fastapi import FastAPI, HTTPException, BackgroundTasks, Depends
|
2 |
from pydantic import BaseModel
|
|
|
3 |
from fastapi.middleware.cors import CORSMiddleware
|
4 |
import uuid
|
5 |
import tempfile
|
|
|
1 |
from fastapi import FastAPI, HTTPException, BackgroundTasks, Depends
|
2 |
from pydantic import BaseModel
|
3 |
+
from fastapi.concurrency import run_in_threadpool
|
4 |
from fastapi.middleware.cors import CORSMiddleware
|
5 |
import uuid
|
6 |
import tempfile
|