Spaces:
Paused
Paused
Update backend/api/web.py
Browse files- 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 =
|
| 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",
|