ncncomplete commited on
Commit
54bff2c
·
verified ·
1 Parent(s): 6b42632

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. server/app.py +4 -1
  2. uv.lock +0 -0
server/app.py CHANGED
@@ -145,6 +145,9 @@ def baseline():
145
  "average": round(average, 4)
146
  }
147
 
148
- if __name__ == "__main__":
149
  import uvicorn
150
  uvicorn.run(app, host="0.0.0.0", port=8000)
 
 
 
 
145
  "average": round(average, 4)
146
  }
147
 
148
+ def main():
149
  import uvicorn
150
  uvicorn.run(app, host="0.0.0.0", port=8000)
151
+
152
+ if __name__ == "__main__":
153
+ main()
uv.lock ADDED
The diff for this file is too large to render. See raw diff