Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
smartinezbragado
/
reddit-topic-modelling
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Santiago Martinez
commited on
Jan 16, 2023
Commit
75107cd
·
1 Parent(s):
915892a
feat: port 7860
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ def reddit_app_home():
10
return
11
12
if __name__ == '__main__':
13
-
app.run(debug=True,
port=8000,
host=
'
0.0.0.0
'
)
10
return
11
12
if __name__ == '__main__':
13
+
app.run(debug=True, host=
"
0.0.0.0
", port=7860
)