VikramSingh178 commited on
Commit
7723596
1 Parent(s): 9081266

chore: Update uvicorn run configuration in endpoints.py

Browse files
Files changed (1) hide show
  1. api/endpoints.py +0 -5
api/endpoints.py CHANGED
@@ -50,11 +50,6 @@ async def root():
50
  def check_health():
51
  return {"status": "ok"}
52
 
53
- <<<<<<< HEAD:api/endpoints.py
54
 
55
 
56
  uvicorn.run(app, host='127.0.0.1', port=7860)
57
- =======
58
- uvicorn.run(app, host="0.0.0.0", port=8000)
59
-
60
- >>>>>>> cceaa9e (chore: Update roi_scale in inpainting.yaml and add gradio UI for SDXL LORA Inpainting):product_diffusion_api/endpoints.py
 
50
  def check_health():
51
  return {"status": "ok"}
52
 
 
53
 
54
 
55
  uvicorn.run(app, host='127.0.0.1', port=7860)