Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
Aleksmorshen/Telemap-readysearchsystem
Test-caninet
/
Telemap-readysearchsystem
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aleksmorshen
commited on
Oct 24, 2024
Commit
d5e50b4
·
verified
·
1 Parent(s):
d3791e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -354,4 +354,4 @@ def search_markers():
354
355
if __name__ == '__main__':
356
init_db()
357
-
app.run(debug=True)
354
355
if __name__ == '__main__':
356
init_db()
357
+
app.run(debug=True
, host='0.0.0.0', port=7860
)