mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix FlaskUI initialization
This commit is contained in:
parent
6b5d19347a
commit
a78a8728fe
@ -207,9 +207,10 @@ class InvokeAIWebServer:
|
||||
FlaskUI(
|
||||
app=self.app,
|
||||
socketio=self.socketio,
|
||||
server="flask_socketio",
|
||||
start_server="flask-socketio",
|
||||
width=1600,
|
||||
height=1000,
|
||||
idle_interval=10,
|
||||
port=self.port
|
||||
).run()
|
||||
except KeyboardInterrupt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user