CarlosMalaga commited on
Commit
15040db
1 Parent(s): 0877a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ def retrieve_outcomes():
44
 
45
 
46
  if __name__ == '__main__':
47
- app.run(debug=True, host='https://carlosmalaga-retriever-api.hf.space')
 
44
 
45
 
46
  if __name__ == '__main__':
47
+ app.run(debug=True, host='0.0.0.0', port=8000)