Spaces:
Running
Running
Silvia Terragni
commited on
Commit
•
62daef8
1
Parent(s):
47c907f
minor fixes
Browse files- examples.py +12 -12
examples.py
CHANGED
@@ -23,33 +23,33 @@ def app():
|
|
23 |
st.markdown("### 1. Actors in Scenes")
|
24 |
st.markdown("These examples were taken from the CC dataset")
|
25 |
|
26 |
-
st.subheader("
|
27 |
-
st.markdown("*
|
28 |
st.image("static/img/examples/couple_0.jpeg")
|
29 |
|
30 |
col1, col2 = st.beta_columns(2)
|
31 |
-
col1.subheader("
|
32 |
-
col1.markdown("*
|
33 |
col1.image("static/img/examples/couple_1.jpeg")
|
34 |
|
35 |
-
col2.subheader("
|
36 |
-
col2.markdown("*
|
37 |
col2.image("static/img/examples/couple_2.jpeg")
|
38 |
|
39 |
-
st.subheader("
|
40 |
-
st.markdown("*
|
41 |
st.image("static/img/examples/couple_3.jpeg")
|
42 |
|
43 |
st.markdown("### 2. Dresses")
|
44 |
st.markdown("These examples were taken from the Unsplash dataset")
|
45 |
|
46 |
col1, col2 = st.beta_columns(2)
|
47 |
-
col1.subheader("
|
48 |
-
col1.markdown("*
|
49 |
col1.image("static/img/examples/vestito1.png")
|
50 |
|
51 |
-
col2.subheader("
|
52 |
-
col2.markdown("*
|
53 |
col2.image("static/img/examples/vestito_autunnale.png")
|
54 |
|
55 |
#st.markdown("## Image Classification")
|
|
|
23 |
st.markdown("### 1. Actors in Scenes")
|
24 |
st.markdown("These examples were taken from the CC dataset")
|
25 |
|
26 |
+
st.subheader("Una coppia")
|
27 |
+
st.markdown("*A couple*")
|
28 |
st.image("static/img/examples/couple_0.jpeg")
|
29 |
|
30 |
col1, col2 = st.beta_columns(2)
|
31 |
+
col1.subheader("Una coppia con il tramonto sullo sfondo")
|
32 |
+
col1.markdown("*A couple with the sunset in the background*")
|
33 |
col1.image("static/img/examples/couple_1.jpeg")
|
34 |
|
35 |
+
col2.subheader("Una coppia che passeggia sulla spiaggia")
|
36 |
+
col2.markdown("*A couple walking on the beach*")
|
37 |
col2.image("static/img/examples/couple_2.jpeg")
|
38 |
|
39 |
+
st.subheader("Una coppia che passeggia sulla spiaggia al tramonto")
|
40 |
+
st.markdown("*A couple walking on the beach at sunset*")
|
41 |
st.image("static/img/examples/couple_3.jpeg")
|
42 |
|
43 |
st.markdown("### 2. Dresses")
|
44 |
st.markdown("These examples were taken from the Unsplash dataset")
|
45 |
|
46 |
col1, col2 = st.beta_columns(2)
|
47 |
+
col1.subheader("Un vestito primaverile")
|
48 |
+
col1.markdown("*A dress for the spring*")
|
49 |
col1.image("static/img/examples/vestito1.png")
|
50 |
|
51 |
+
col2.subheader("Un vestito autunnale")
|
52 |
+
col2.markdown("*A dress for the autumn*")
|
53 |
col2.image("static/img/examples/vestito_autunnale.png")
|
54 |
|
55 |
#st.markdown("## Image Classification")
|