Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YoBatM
/
LaTex
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d22d901
LaTex
/
app.py
YoBatM
Create app.py
d844446
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
84 Bytes
from
fastapi
import
FastAPI
app=FastAPI();
@app.get(
"/"
)
def
test
():
return
"1"
;