tejani commited on
Commit
ec1a3ab
·
verified ·
1 Parent(s): 800f5c8

Update backend/api/web.py

Browse files
Files changed (1) hide show
  1. backend/api/web.py +1 -1
backend/api/web.py CHANGED
@@ -108,7 +108,7 @@ async def generate(diffusion_config: LCMDiffusionSetting) -> StableDiffusionResp
108
  )
109
 
110
 
111
- def start_web_server(port: int = 8000):
112
  uvicorn.run(
113
  app,
114
  host="0.0.0.0",
 
108
  )
109
 
110
 
111
+ def start_web_server(port: int = 7860):
112
  uvicorn.run(
113
  app,
114
  host="0.0.0.0",