Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dmarr
/
NucPy-API
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Diego Marroquin
commited on
Sep 4, 2023
Commit
ad10c67
·
1 Parent(s):
0dcbc89
Modified main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -676,4 +676,4 @@ class Nucmonitor(Resource):
676
677
678
if __name__ == '__main__':
679
-
app.run()
676
677
678
if __name__ == '__main__':
679
+
app.run(
host='0.0.0.0', port=7860
)