nostalgebraist commited on
Commit
53273e5
1 Parent(s): d77e462
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ gs1 = st.select_slider('Guidance scale (base)', [0.5*i for i in range(9)], value
138
  button_go = st.button('Generate')
139
  button_stop = st.button('Stop')
140
 
141
- st.write("During generation, the two images show different ways of looking at the same process.\n- The left image starts with 100% noise and gradually turns into 100 signal.\n- The right image shows the model's current 'guess' about the left image will look like when all the noise has been removed.")
142
 
143
  generating_marker = st.empty()
144
  low_res = st.empty()
138
  button_go = st.button('Generate')
139
  button_stop = st.button('Stop')
140
 
141
+ st.write("During generation, the two images show different ways of looking at the same process.\n- The left image starts with 100% noise and gradually turns into 100 signal.\n- The right image shows the model's current 'guess' about what the left image will look like when all the noise has been removed.")
142
 
143
  generating_marker = st.empty()
144
  low_res = st.empty()