Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4 (NF4) — diffusers p
|
|
| 208 |
randomize = gr.Checkbox(label="Randomize seed", value=True)
|
| 209 |
with gr.Column():
|
| 210 |
out_image = gr.Image(label="Output", type="pil")
|
| 211 |
-
out_caption = gr.
|
| 212 |
label="Caption fed to the model (upsampled when enabled)",
|
| 213 |
)
|
| 214 |
|
|
|
|
| 208 |
randomize = gr.Checkbox(label="Randomize seed", value=True)
|
| 209 |
with gr.Column():
|
| 210 |
out_image = gr.Image(label="Output", type="pil")
|
| 211 |
+
out_caption = gr.Textbox(
|
| 212 |
label="Caption fed to the model (upsampled when enabled)",
|
| 213 |
)
|
| 214 |
|