init
Browse files
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",
|