m97j commited on
Commit
fc22d63
·
1 Parent(s): 9191afb

Initial commit

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,7 +91,8 @@ async def wake(request: Request):
91
 
92
  @app.get("/", include_in_schema=False)
93
  async def root():
94
- return RedirectResponse(url="/docs")
 
95
 
96
 
97
  '''
 
91
 
92
  @app.get("/", include_in_schema=False)
93
  async def root():
94
+ return RedirectResponse(url="https://m97j-personachatengine-ai-server.hf.space/docs")
95
+
96
 
97
 
98
  '''