Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,4 +44,4 @@ async def generate_image(request: ImageRequest):
|
|
| 44 |
return StreamingResponse(io.BytesIO(response), media_type="image/png")
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
| 47 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 44 |
return StreamingResponse(io.BytesIO(response), media_type="image/png")
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
| 47 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|