Spaces:
Runtime error
Runtime error
Commit
路
7988f50
1
Parent(s):
8d5ee19
Added disclaimer about runtime.
Browse files
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:
|
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 |
|