boris commited on
Commit
2bd938f
1 Parent(s): 6c10869
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -66,7 +66,7 @@ if prompt != "" or (should_run_again and prompt != ""):
66
  <img src="https://raw.githubusercontent.com/borisdayma/dalle-mini/main/app/img/loading.gif" width="30"/>
67
  Generating predictions for: <b>{prompt}</b>
68
  </p>
69
- <small><i>Predictions may take up to 40s under high load. Please, stand by.</i></small>
70
  """, unsafe_allow_html=True)
71
  # container.markdown("more markdown")
72
 
 
66
  <img src="https://raw.githubusercontent.com/borisdayma/dalle-mini/main/app/img/loading.gif" width="30"/>
67
  Generating predictions for: <b>{prompt}</b>
68
  </p>
69
+ <small><i>Predictions may take up to 40s under high load. Please stand by.</i></small>
70
  """, unsafe_allow_html=True)
71
  # container.markdown("more markdown")
72