test / __init__.py
SolomonHsu's picture
Create __init__.py
bed693a verified
raw
history blame contribute delete
89 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")