Spaces:
Runtime error
Runtime error
from fastapi import FastAPI | |
app = FastAPI() | |
def home(): | |
return {"message": "Hello, Huging Face!"} | |
from fastapi import FastAPI | |
app = FastAPI() | |
def home(): | |
return {"message": "Hello, Huging Face!"} | |