Spaces:
Sleeping
Sleeping
Update server.py
Browse files
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")
|