Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mat27
/
AIIA_docker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a7300fc
AIIA_docker
/
app.py
mat27
Update app.py
a7300fc
over 1 year ago
raw
Copy download link
history
blame
Safe
164 Bytes
from
fastapi
import
FastAPI
from
transformers
import
pipeline
# Create a new FastAPI app instance
app = FastAPI()
pipe = pipeline(model=
"mat27/medmnistPrueba"
)