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:
princelv
/
webscrap
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
princelv
commited on
8 days ago
Commit
f579252
·
verified
·
1 Parent(s):
4caae50
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ def index():
90
91
92
if __name__ == "__main__":
93
-
app.run(debug=True, host=0.0.0.0, port=7860)
90
91
92
if __name__ == "__main__":
93
+
app.run(debug=True, host=
'
0.0.0.0
'
, port=7860)