Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shollercoaster
/
pricing
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shollercoaster
commited on
Oct 2, 2023
Commit
22d28e4
·
1 Parent(s):
635c8d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,5 +23,5 @@ def predict_amt():
23
24
25
if __name__ == "__main__":
26
-
app.run(debug=True)
27
23
24
25
if __name__ == "__main__":
26
+
app.run(
host="0.0.0.0", port=5000,
debug=True)
27