Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ElPremOoO
/
Code_Mate
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ElPremOoO
commited on
Mar 19
Commit
c3e3e66
·
verified
·
1 Parent(s):
ba5e3fb
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ def predict():
58
59
# Run the Flask app
60
if __name__ == "__main__":
61
-
app.run(
debug
=
True
)
58
59
# Run the Flask app
60
if __name__ == "__main__":
61
+
app.run(
host
=
"0.0.0.0", port=7860
)