Ashoka74 commited on
Commit
8e2fc06
ยท
verified ยท
1 Parent(s): 2ad247b

Update merged_app2.py

Browse files
Files changed (1) hide show
  1. 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(label="Describe Image", visible=False)
1956
- text_to_describe = gr.Textbox(value="Describe object or scene")
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="",