Borzyszkowski commited on
Commit
15984d7
·
1 Parent(s): 7c1dc68

fixed port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def start_app():
96
  outputs=output
97
  )
98
 
99
- app.launch(server_name="0.0.0.0", server_port=7861)
100
 
101
 
102
  if __name__ == '__main__':
 
96
  outputs=output
97
  )
98
 
99
+ app.launch(server_name="0.0.0.0", server_port=7860)
100
 
101
 
102
  if __name__ == '__main__':