Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CarlosMalaga
/
retriever-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CarlosMalaga
commited on
May 15, 2024
Commit
15040db
·
verified
·
1 Parent(s):
0877a86
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)