Spaces:
Sleeping
Sleeping
Chengxb888
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from fastapi import
|
2 |
from fastapi.responses import FileResponse
|
3 |
from typing import Annotated
|
4 |
import torch
|
|
|
1 |
+
from fastapi import FastAPI, Form
|
2 |
from fastapi.responses import FileResponse
|
3 |
from typing import Annotated
|
4 |
import torch
|