TestDock / app.py
Vikasha's picture
Upload 3 files
b8d1fe5 verified
raw
history blame
No virus
143 Bytes
from fastapi import FastAPI
from transformers import pipeline
app=FASTAPI()
@app.get("/")
def home():
return {"message":"Hello Guys"}