Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AronWolverine
/
shipclassification
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AronWolverine
commited on
Feb 21, 2025
Commit
9a4218f
·
verified
·
1 Parent(s):
8391c91
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,6 +62,6 @@ def upload():
62
return text
63
64
if __name__ == '__main__':
65
-
app.run(
debug
= True)
66
67
62
return text
63
64
if __name__ == '__main__':
65
+
app.run(
host="0.0.0.0",
port
=
7860,
debug=
True)
66
67