Spaces:
Running
Running
Change UI in Moondream tab
Browse filesToggle 'equal_height' on the row
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?")
|