leonsimon23 commited on
Commit
24e5041
β€’
1 Parent(s): 15a0797

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +2 -1
server.py CHANGED
@@ -206,4 +206,5 @@ def search_papers():
206
 
207
  # Running app
208
  if __name__ == '__main__':
209
- app.run(debug=True)
 
 
206
 
207
  # Running app
208
  if __name__ == '__main__':
209
+ #app.run(debug=True)
210
+ app.run(host=β€˜0.0.0.0’, port=5000)