Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
EPIC135t5/Mixtral-8x7B-Instruct-FastAPI
BoxzDev
/
Sebari-chan-Room-v3-FastAPI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b4ad547
Sebari-chan-Room-v3-FastAPI
/
Sebari-chan is online
BoxzDev
Create Sebari-chan is online
b4ad547
verified
6 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
async
def
root
():
return
{
"message"
:
"Sebari-chan is online"
}