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
f6a6373
·
verified
·
1 Parent(s):
a313f9c
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,
host='0.0.0.0')
73
})
74
75
if __name__ == '__main__':
76
+
app.run(host='0.0.0.0'
, port=7860, debug=True
)