Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,8 +291,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 291 |
with gr.Column(scale=2):
|
| 292 |
qwen_img_output = gr.Image(label="Output Image")
|
| 293 |
qwen_text_output = gr.Textbox(
|
| 294 |
-
label="Text Output", lines=10, interactive=False
|
| 295 |
-
)
|
| 296 |
|
| 297 |
gr.Examples(
|
| 298 |
examples=[
|
|
|
|
| 291 |
with gr.Column(scale=2):
|
| 292 |
qwen_img_output = gr.Image(label="Output Image")
|
| 293 |
qwen_text_output = gr.Textbox(
|
| 294 |
+
label="Text Output", lines=10, interactive=False)
|
|
|
|
| 295 |
|
| 296 |
gr.Examples(
|
| 297 |
examples=[
|