Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aryswisnu/CLIPSeg
sigyllly
/
CLIPSeg
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sigyllly
commited on
Sep 23, 2024
Commit
90674f3
·
verified
·
1 Parent(s):
81aa0cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -143,4 +143,4 @@ def execute():
143
})
144
145
if __name__ == '__main__':
146
-
app.run(debug=True)
143
})
144
145
if __name__ == '__main__':
146
+
app.run(
host='0.0.0.0', port=7860,
debug=True)