traversaal-ai commited on
Commit
f18f8a4
1 Parent(s): ec17867

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from fastapi import FastAPI
2
 
3
  app = FastAPI()
4
- @app.get("/predict")
5
  async def read_root():
6
  return {"message": "Welcome to my FastAPI deployment on Hugging Face!"}
 
1
  from fastapi import FastAPI
2
 
3
  app = FastAPI()
4
+ @app.get("/")
5
  async def read_root():
6
  return {"message": "Welcome to my FastAPI deployment on Hugging Face!"}