1MR commited on
Commit
0b5c50b
·
verified ·
1 Parent(s): a0dc5c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ app = FastAPI()
32
  @app.get("/")
33
  def read_root():
34
  app.state.vector_index = None
35
- keep_alive()
36
  return {"message": "Connected"}
37
 
38
  def keep_alive(space_url="https://1mr-apigmail.hf.space/ping", interval_hours=5):
 
32
  @app.get("/")
33
  def read_root():
34
  app.state.vector_index = None
35
+ # keep_alive()
36
  return {"message": "Connected"}
37
 
38
  def keep_alive(space_url="https://1mr-apigmail.hf.space/ping", interval_hours=5):