rdezwart commited on
Commit
9c795ec
·
1 Parent(s): 331994a

Change UI in Moondream tab

Browse files

Toggle 'equal_height' on the row

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ if __name__ == "__main__":
118
  proceed_button = gr.Button("To Moondream", interactive=False)
119
 
120
  with gr.Tab("Inference", id='moondream'):
121
- with gr.Row():
122
  with gr.Group():
123
  moon_img = gr.Image(label="Image", type="pil", interactive=True)
124
  moon_prompt = gr.Textbox(label="Question", value="What is this food item?")
 
118
  proceed_button = gr.Button("To Moondream", interactive=False)
119
 
120
  with gr.Tab("Inference", id='moondream'):
121
+ with gr.Row(equal_height=False):
122
  with gr.Group():
123
  moon_img = gr.Image(label="Image", type="pil", interactive=True)
124
  moon_prompt = gr.Textbox(label="Question", value="What is this food item?")