Commit
·
8fde30f
1
Parent(s):
2d851fe
Metadata change
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
|
|
101 |
</div>
|
102 |
''')
|
103 |
gr.Markdown(model_card)
|
104 |
-
gr.Markdown("Author: <a href=\"https://scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html#sphx-glr-auto-examples-ensemble-plot-ensemble-oob-py\">scikit-learn</a>")
|
105 |
n_samples = gr.Slider(minimum=500, maximum=5000, step=500, value=500, label="Number of samples")
|
106 |
random_state = gr.Slider(minimum=0, maximum=2000, step=1, value=0, label="Random seed")
|
107 |
min_estimators = gr.Slider(minimum=5, maximum=300, step=5, value=15, label="Minimum number of trees")
|
|
|
101 |
</div>
|
102 |
''')
|
103 |
gr.Markdown(model_card)
|
104 |
+
gr.Markdown("Author: <a href=\"https://huggingface.co/bharat-raghunathan\">Bharat Raghunathan</a>. Based on the example from <a href=\"https://scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html#sphx-glr-auto-examples-ensemble-plot-ensemble-oob-py\">scikit-learn</a>")
|
105 |
n_samples = gr.Slider(minimum=500, maximum=5000, step=500, value=500, label="Number of samples")
|
106 |
random_state = gr.Slider(minimum=0, maximum=2000, step=1, value=0, label="Random seed")
|
107 |
min_estimators = gr.Slider(minimum=5, maximum=300, step=5, value=15, label="Minimum number of trees")
|