Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ with gr.Blocks() as demo:
|
|
98 |
link = "https://scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html#sphx-glr-auto-examples-miscellaneous-plot-multioutput-face-completion-py"
|
99 |
title = "Face completion with a multi-output estimators"
|
100 |
gr.Markdown(f"# {title}")
|
101 |
-
gr.Markdown(f"This demo is based on this [scikit-learn example]({link}).")
|
102 |
-
gr.Markdown("In this demo, we compare 4 multi-output estimators to complete images. \
|
103 |
The goal is to predict the lower half of a face given its upper half.")
|
104 |
|
105 |
gr.Markdown("#### Use the below slider to choose a face's image. \
|
|
|
98 |
link = "https://scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html#sphx-glr-auto-examples-miscellaneous-plot-multioutput-face-completion-py"
|
99 |
title = "Face completion with a multi-output estimators"
|
100 |
gr.Markdown(f"# {title}")
|
101 |
+
gr.Markdown(f"### This demo is based on this [scikit-learn example]({link}).")
|
102 |
+
gr.Markdown("### In this demo, we compare 4 multi-output estimators to complete images. \
|
103 |
The goal is to predict the lower half of a face given its upper half.")
|
104 |
|
105 |
gr.Markdown("#### Use the below slider to choose a face's image. \
|