cheesyFishes commited on
Commit
ecabb89
β€’
1 Parent(s): 1cf2991

add message about speed

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ agent.run("Draw me a picture a river and some trees.")
26
  )
27
 
28
  st.subheader("Try out the tool below!")
 
29
 
30
  api_key = st.text_input('OpenAI API key')
31
 
 
26
  )
27
 
28
  st.subheader("Try out the tool below!")
29
+ st.markdown("Note that the first run may be slow as it downloads files needed inference. Furthermore, the text-2-image model itself will be running on CPU. After the first run, it should be faster!")
30
 
31
  api_key = st.text_input('OpenAI API key')
32