Silvia Terragni commited on
Commit
04e5920
1 Parent(s): 7c7aaac

added dalle-mini example

Browse files
examples.py CHANGED
@@ -50,3 +50,10 @@ def app():
50
  col2.markdown("*a dress for the autumn*")
51
  col2.image("static/img/examples/vestito_autunnale.png")
52
 
 
 
 
 
 
 
 
 
50
  col2.markdown("*a dress for the autumn*")
51
  col2.image("static/img/examples/vestito_autunnale.png")
52
 
53
+ st.markdown("## Image Classification")
54
+ st.markdown("We report this cool example provided by the "
55
+ "[DALLE-mini team](https://github.com/borisdayma/dalle-mini). "
56
+ "Is the DALLE-mini logo an *avocado* or an armchair (*poltrona*)?")
57
+
58
+ st.image("static/img/examples/dalle_mini.png")
59
+ st.markdown("It seems it's half an armchair and half an avocado! We thank the team for the great idea :)")
static/img/examples/dalle_mini.png ADDED