fuxialexander commited on
Commit
f1710dc
·
1 Parent(s): 695cbda
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -310,4 +310,4 @@ You can download specific segment pair PDB files by clicking 'Get PDB.'
310
  outputs=[subnet_plot, cell],
311
  )
312
 
313
- demo.launch(server_name=cfg.host, share=cfg.share, server_port=cfg.port)
 
310
  outputs=[subnet_plot, cell],
311
  )
312
 
313
+ demo.launch(server_name='0.0.0.0', share=cfg.share, server_port=cfg.port)