Spaces:
Sleeping
Sleeping
from fastapi import FastAPI | |
app = FastAPI() | |
def api_home(): | |
return {'detail': 'Welcome to FastAPI TextGen Tutorial!'} | |
from fastapi import FastAPI | |
app = FastAPI() | |
def api_home(): | |
return {'detail': 'Welcome to FastAPI TextGen Tutorial!'} | |