Silvia Terragni commited on
Commit
91e3b96
1 Parent(s): 3f830ea

added new examples

Browse files
examples.py CHANGED
@@ -18,7 +18,7 @@ def app():
18
  )
19
 
20
  st.markdown("### 1. Actors in Scenes")
21
- st.markdown("These examples were taken from the CC dataset")
22
 
23
  st.subheader("Una coppia")
24
  st.markdown("*A couple*")
@@ -38,7 +38,7 @@ def app():
38
  st.image("static/img/examples/couple_3.jpeg")
39
 
40
  st.markdown("### 2. Dresses")
41
- st.markdown("These examples were taken from the Unsplash dataset")
42
 
43
  col1, col2 = st.beta_columns(2)
44
  col1.subheader("Un vestito primaverile")
@@ -49,6 +49,27 @@ def app():
49
  col2.markdown("*A dress for the autumn*")
50
  col2.image("static/img/examples/vestito_autunnale.png")
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  st.markdown("## Image Classification")
53
  st.markdown("We report this cool example provided by the "
54
  "[DALLE-mini team](https://github.com/borisdayma/dalle-mini). "
 
18
  )
19
 
20
  st.markdown("### 1. Actors in Scenes")
21
+ st.markdown("These examples were taken from the CC dataset.")
22
 
23
  st.subheader("Una coppia")
24
  st.markdown("*A couple*")
 
38
  st.image("static/img/examples/couple_3.jpeg")
39
 
40
  st.markdown("### 2. Dresses")
41
+ st.markdown("These examples were taken from the Unsplash dataset.")
42
 
43
  col1, col2 = st.beta_columns(2)
44
  col1.subheader("Un vestito primaverile")
 
49
  col2.markdown("*A dress for the autumn*")
50
  col2.image("static/img/examples/vestito_autunnale.png")
51
 
52
+ st.markdown("### 3. Chairs with different styles")
53
+ st.markdown("These examples were taken from the CC dataset.")
54
+
55
+ col1, col2 = st.beta_columns(2)
56
+ col1.subheader("Una sedia semplice")
57
+ col1.markdown("*A simple chair*")
58
+ col1.image("static/img/examples/sedia_semplice.jpeg")
59
+
60
+ col2.subheader("Una sedia regale")
61
+ col2.markdown("*A royal chair*")
62
+ col2.image("static/img/examples/sedia_regale.jpeg")
63
+
64
+ col1, col2 = st.beta_columns(2)
65
+ col1.subheader("Una sedia moderna")
66
+ col1.markdown("*A modern chair*")
67
+ col1.image("static/img/examples/sedia_moderna.jpeg")
68
+
69
+ col2.subheader("Una sedia rustica")
70
+ col2.markdown("*A rustic chair*")
71
+ col2.image("static/img/examples/sedia_rustica.jpeg")
72
+
73
  st.markdown("## Image Classification")
74
  st.markdown("We report this cool example provided by the "
75
  "[DALLE-mini team](https://github.com/borisdayma/dalle-mini). "
static/img/examples/sedia_moderna.jpeg ADDED
static/img/examples/sedia_regale.jpeg ADDED
static/img/examples/sedia_rustica.jpeg ADDED
static/img/examples/sedia_semplice.jpeg ADDED