Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
RL
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Feb 16
Commit
ee32392
·
verified
·
1 Parent(s):
4e6ab50
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ def home():
12
13
# Run the Flask app on port 7860
14
if __name__ == '__main__':
15
-
app.run(port=7860)
12
13
# Run the Flask app on port 7860
14
if __name__ == '__main__':
15
+
app.run(
host='0.0.0.0',
port=7860)