Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dschandra
/
LBW
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dschandra
commited on
8 days ago
Commit
c99d51b
·
verified
·
1 Parent(s):
0f8d7de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ def analyze():
73
})
74
75
if __name__ == '__main__':
76
-
app.run(debug=True,
port
=
3333
)
73
})
74
75
if __name__ == '__main__':
76
+
app.run(debug=True,
host
=
'0.0.0.0'
)