Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def create_interface():
|
|
68 |
)
|
69 |
|
70 |
with gr.Row():
|
71 |
-
image_output = gr.Image(type="pil", label="Image", height=500
|
72 |
graph_output = gr.HTML(label="Knowledge Graph")
|
73 |
|
74 |
with gr.Row():
|
|
|
68 |
)
|
69 |
|
70 |
with gr.Row():
|
71 |
+
image_output = gr.Image(type="pil", label="Image", height=500)
|
72 |
graph_output = gr.HTML(label="Knowledge Graph")
|
73 |
|
74 |
with gr.Row():
|