aelius commited on
Commit
051cb75
·
1 Parent(s): d582811

minor bug fix

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -125,8 +125,7 @@ def iter_grid(n_rows, n_cols):
125
  title = "Sparse inverse covariance estimation"
126
  with gr.Blocks(title=title) as demo:
127
  gr.Markdown(f"## {title}")
128
- gr.Markdown("Estimating covariance and sparse precision from a small number of samples using GraphicalLasso and
129
- -Wolf algorithms.")
130
  n_samples = gr.Slider(minimum=20, maximum=100, step=5,
131
  label = "Number of Samples")
132
  n_features = gr.Slider(minimum=10, maximum=100, step=5,
 
125
  title = "Sparse inverse covariance estimation"
126
  with gr.Blocks(title=title) as demo:
127
  gr.Markdown(f"## {title}")
128
+ gr.Markdown("Estimating covariance and sparse precision from a small number of samples using GraphicalLasso and Ledoit-Wolf algorithms.")
 
129
  n_samples = gr.Slider(minimum=20, maximum=100, step=5,
130
  label = "Number of Samples")
131
  n_features = gr.Slider(minimum=10, maximum=100, step=5,