CarlosMalaga commited on
Commit
2d301d0
1 Parent(s): 1940b91

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='0.0.0.0')
 
44
 
45
 
46
  if __name__ == '__main__':
47
+ app.run(debug=True, host='https://carlosmalaga-retriever-api.hf.space')