Gerard-1705 commited on
Commit
c30f20e
·
1 Parent(s): dacbcbc

update info for app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ with gr.Blocks(title=title) as demo:
67
  gr.Markdown(
68
  """
69
  ## The following app is a demo for PCA decomposition. It takes 4 dimensions as input, in reference \
70
- to the Iris flower image (left), and returns the transformed first 3 principal components (feature \
71
- reduction) taken from a pre-trained model with Iris dataset (Right).
72
  """)
73
  html = (
74
  "<div >"
 
67
  gr.Markdown(
68
  """
69
  ## The following app is a demo for PCA decomposition. It takes 4 dimensions as input, in reference \
70
+ to the Following image, and returns the transformed first 3 principal components (feature \
71
+ reduction) taken from a pre-trained model with Iris dataset.
72
  """)
73
  html = (
74
  "<div >"