From 39ad38a1fb3a638ea293c0fff73adb813d38a3a5 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 8 Feb 2024 17:55:44 -0500 Subject: [PATCH] update address and port for spaces --- ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main.py b/ui/main.py index 900ac0bb0..879ffb09e 100644 --- a/ui/main.py +++ b/ui/main.py @@ -95,4 +95,4 @@ with gr.Blocks(title="Axolotl Launcher") as demo: outputs=output, ) -demo.launch() +demo.launch(debug=True, server_name="0.0.0.0", server_port=7860)