network01 commited on
Commit
8bcec31
·
verified ·
1 Parent(s): 362b1b3

Fix Gradio Space runtime launch compatibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,4 +133,4 @@ with gr.Blocks(title="Floor Plan Detection") as demo:
133
  )
134
 
135
  if __name__ == "__main__":
136
- demo.launch()
 
133
  )
134
 
135
  if __name__ == "__main__":
136
+ demo.launch(server_name="0.0.0.0", server_port=7860)