petter2025 commited on
Commit
1151180
·
verified ·
1 Parent(s): 594c492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -514,4 +514,4 @@ with gr.Blocks(title="ARF v4 – OSS Reliability Control Plane", theme="soft") a
514
  )
515
 
516
  if __name__ == "__main__":
517
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
514
  )
515
 
516
  if __name__ == "__main__":
517
+ demo.launch() # or demo.launch(share=True)