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:
tanittha
/
linear-regression-visualization
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tanittha
commited on
Nov 29, 2025
Commit
b0ff03e
·
1 Parent(s):
33ad576
Remove server name and port
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -56,5 +56,4 @@ demo = gr.Interface(
56
)
57
58
if __name__ == "__main__":
59
-
demo.launch(
server_name="0.0.0.0", server_port=7860
)
60
-
56
)
57
58
if __name__ == "__main__":
59
+
demo.launch()