Narunat commited on
Commit
e2aecf0
·
verified ·
1 Parent(s): 9ae912d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ iface = gr.Interface(
58
  title="DolfinX Full Mesh Deformation Simulator"
59
  )
60
 
61
- iface.launch()
 
58
  title="DolfinX Full Mesh Deformation Simulator"
59
  )
60
 
61
+ iface.launch(server_name="0.0.0.0", server_port=7860)