najoungkim commited on
Commit
7988f50
1 Parent(s): 8d5ee19

Added disclaimer about runtime.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ for _ in range(int(num_roundtrips)):
189
  outputs.append(gr.outputs.HTML(label=""))
190
 
191
  description = """
192
- Round trip DALL·E-mini iterates between DALL·E generation and image captioning, inspired by round trip translation! FYI: it takes forever because the app is running on CPU.
193
  """
194
  article = "<p style='text-align: center'>Put together by: Najoung Kim | Dall-E Mini code from flax-community/dalle-mini | Caption code from SRDdev/Image-Caption</p>"
195
 
189
  outputs.append(gr.outputs.HTML(label=""))
190
 
191
  description = """
192
+ Round trip DALL·E-mini iterates between DALL·E generation and image captioning, inspired by round trip translation! FYI: runtime is forever (~1hr or possibly longer) because the app is running on CPU.
193
  """
194
  article = "<p style='text-align: center'>Put together by: Najoung Kim | Dall-E Mini code from flax-community/dalle-mini | Caption code from SRDdev/Image-Caption</p>"
195