Spaces:
Sleeping
Sleeping
from fastapi import FastAPI | |
app = FastAPI() | |
def hello(): | |
""" | |
This test hello | |
""" | |
return {"hello": "you successfully deployed your test FastAPI Mrunal"} |