tregu0458 commited on
Commit
ad6e5e4
1 Parent(s): c718be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
4
 
5
  @app.get("/", tags=["Home"])
6
  def api_home():
7
- return {'detail': 'Welcome to FastAPI TextGen Tutorial!'}
8
 
9
  @app.post("/",tags=["hello"])
10
  def hello(name: str):
 
4
 
5
  @app.get("/", tags=["Home"])
6
  def api_home():
7
+ return {'detail': 'Welcome to FastAPI Tutorial!'}
8
 
9
  @app.post("/",tags=["hello"])
10
  def hello(name: str):