Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DigitalNatureGroup
/
computational-alternative-process-server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shikibu9419
commited on
Jul 16, 2023
Commit
94dad80
·
1 Parent(s):
a7d7626
Fix app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -100,4 +100,4 @@ def optimize(process_name):
100
101
102
if __name__ == "__main__":
103
-
app.run(debug=True, port=8000)
100
101
102
if __name__ == "__main__":
103
+
app.run(debug=True,
host="0.0.0.0",
port=8000)