multimodalart HF Staff commited on
Commit
5873472
·
verified ·
1 Parent(s): b0161b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.JSON(
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