KangLiao commited on
Commit
e39fb6e
·
1 Parent(s): 97fd847
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ with gr.Blocks(css=custom_css) as demo:
393
 
394
  image_output = gr.Gallery(label="Generated images", columns=4, rows=1)
395
 
396
- output_reasoning = gr.Textbox(label="Response")
397
 
398
  examples_t2i = gr.Examples(
399
  label="Prompt examples",
 
393
 
394
  image_output = gr.Gallery(label="Generated images", columns=4, rows=1)
395
 
396
+ output_reasoning = gr.Textbox(label="Response (only in thinking)")
397
 
398
  examples_t2i = gr.Examples(
399
  label="Prompt examples",