Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def create_interface():
|
|
65 |
)
|
66 |
|
67 |
with gr.Row():
|
68 |
-
image_output = gr.Image(type="pil", label="Image"
|
69 |
graph_output = gr.HTML(label="Knowledge Graph", elem_id="graph-output")
|
70 |
|
71 |
with gr.Row():
|
|
|
65 |
)
|
66 |
|
67 |
with gr.Row():
|
68 |
+
image_output = gr.Image(type="pil", label="Image", height=300)
|
69 |
graph_output = gr.HTML(label="Knowledge Graph", elem_id="graph-output")
|
70 |
|
71 |
with gr.Row():
|