FJDorfner commited on
Commit
5da7918
1 Parent(s): f722806

Removed server port from launch function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,4 +133,4 @@ with gr.Blocks(css=css, title="Anatomy Aware axSpA") as iface:
133
 
134
  if __name__ == "__main__":
135
  iface.queue()
136
- iface.launch(server_name='0.0.0.0', server_port=8080)
 
133
 
134
  if __name__ == "__main__":
135
  iface.queue()
136
+ iface.launch()