AIIA_docker / app.py
mat27's picture
Update app.py
a7300fc
raw
history blame
164 Bytes
from fastapi import FastAPI
from transformers import pipeline
# Create a new FastAPI app instance
app = FastAPI()
pipe = pipeline(model="mat27/medmnistPrueba")