from fastapi import FastAPI from transformers import pipeline app=FASTAPI() @app.get("/") def home(): return {"message":"Hello Guys"}