Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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()