Zaherrr commited on
Commit
c6b2d7d
·
verified ·
1 Parent(s): 0077eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")#, height=300)
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():