Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sklearn-docs
/
ensemble-trees-decision-surface
like
3
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
huabdul
commited on
Apr 10, 2023
Commit
1b3bd41
·
1 Parent(s):
4432d63
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -131,4 +131,4 @@ with gr.Blocks() as demo:
131
132
counter += 1
133
134
-
demo.launch(
share=True, debug=True
)
131
132
counter += 1
133
134
+
demo.launch()