yifan0sun commited on
Commit
bb1de8b
·
1 Parent(s): 0d5eb2e

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +0 -3
server.py CHANGED
@@ -61,8 +61,6 @@ class PredModelRequest(BaseModel):
61
  def ping():
62
  return {"message": "pong"}
63
 
64
- """
65
-
66
 
67
  def zip_if_needed(src_dir, zip_path):
68
  if os.path.exists(zip_path):
@@ -150,7 +148,6 @@ def copy_and_extract():
150
 
151
 
152
 
153
- """
154
 
155
 
156
  @app.get("/data_check")
 
61
  def ping():
62
  return {"message": "pong"}
63
 
 
 
64
 
65
  def zip_if_needed(src_dir, zip_path):
66
  if os.path.exists(zip_path):
 
148
 
149
 
150
 
 
151
 
152
 
153
  @app.get("/data_check")