Nik97 commited on
Commit
c17f447
1 Parent(s): b505fcc

Update Refineverse.py

Browse files
Files changed (1) hide show
  1. Refineverse.py +1 -1
Refineverse.py CHANGED
@@ -159,4 +159,4 @@ def close_connection(exception):
159
 
160
  # Initialise the app
161
  if __name__ == '__main__':
162
- app.run() # can set to True for debugging
 
159
 
160
  # Initialise the app
161
  if __name__ == '__main__':
162
+ app.run(host="0.0.0.0", port=7860) # can set to True for debugging