Spaces:
Running
Running
Silvia Terragni
commited on
Commit
·
af4ad42
1
Parent(s):
d8e1186
added new example to the gallery
Browse files- examples.py +5 -0
- static/img/examples/cavallo_squalo.png +0 -0
examples.py
CHANGED
@@ -92,6 +92,11 @@ def app():
|
|
92 |
st.markdown("*A child*")
|
93 |
st.image("static/img/examples/child_on_slide.png", use_column_width=True)
|
94 |
|
|
|
|
|
|
|
|
|
|
|
95 |
st.markdown("## Image Classification")
|
96 |
st.markdown(
|
97 |
"We report this cool example provided by the "
|
|
|
92 |
st.markdown("*A child*")
|
93 |
st.image("static/img/examples/child_on_slide.png", use_column_width=True)
|
94 |
|
95 |
+
st.subheader("A complex example: Uno squalo / un cavallo")
|
96 |
+
st.markdown("*A shark / a horse*")
|
97 |
+
st.image("static/img/examples/cavallo_squalo.png", use_column_width=True)
|
98 |
+
|
99 |
+
|
100 |
st.markdown("## Image Classification")
|
101 |
st.markdown(
|
102 |
"We report this cool example provided by the "
|
static/img/examples/cavallo_squalo.png
ADDED