b6cbf9a 314e5ae
1
2
3
4
5
6
7
8
from fastapi import FastAPI from transformers import pipeline # Create a new FastAPI app instance app = FastAPI() pipe = pipeline(model="mat27/medmnistPrueba")