Spaces:
Runtime error
Runtime error
Update merged_app2.py
Browse files- merged_app2.py +2 -2
merged_app2.py
CHANGED
@@ -1952,8 +1952,8 @@ with gr.Blocks() as app:
|
|
1952 |
with gr.Row():
|
1953 |
with gr.Group():
|
1954 |
with gr.Column():
|
1955 |
-
describe_button = gr.Button(
|
1956 |
-
text_to_describe = gr.Textbox(
|
1957 |
description_text = gr.Textbox(
|
1958 |
label="Output",
|
1959 |
placeholder="",
|
|
|
1952 |
with gr.Row():
|
1953 |
with gr.Group():
|
1954 |
with gr.Column():
|
1955 |
+
describe_button = gr.Button(value="Describe Image")
|
1956 |
+
text_to_describe = gr.Textbox(label="Describe object or scene", visible=False)
|
1957 |
description_text = gr.Textbox(
|
1958 |
label="Output",
|
1959 |
placeholder="",
|