hatamo commited on
Commit
63f01fc
·
1 Parent(s): 422c1f3

Removed start for the other app.py

Browse files
Files changed (1) hide show
  1. code/app.py +0 -5
code/app.py CHANGED
@@ -209,8 +209,3 @@ def root():
209
  "endpoints": {"POST /predict": "Evaluate auction", "GET /health": "Health check"},
210
  }
211
 
212
-
213
- if __name__ == "__main__":
214
- import uvicorn
215
-
216
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
209
  "endpoints": {"POST /predict": "Evaluate auction", "GET /health": "Health check"},
210
  }
211