Commit
·
c30f20e
1
Parent(s):
dacbcbc
update info for app.py
Browse files
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
|
71 |
-
reduction) taken from a pre-trained model with Iris dataset
|
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 >"
|