update address and port for spaces

This commit is contained in:
Wing Lian
2024-02-08 17:55:44 -05:00
committed by GitHub
parent ddb60883f5
commit 39ad38a1fb

View File

@@ -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)