Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ArsanForEver
/
aksara-lontara-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ArsanForEver
commited on
Mar 9
Commit
f18fc68
·
verified
·
1 Parent(s):
1f4c923
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
from fastapi import FastAPI
2
3
-
app = FastAPI()
4
5
@app.get("/")
6
def home():
1
from fastapi import FastAPI
2
3
+
app = FastAPI(
root_path="/"
)
4
+
5
6
@app.get("/")
7
def home():