Zaherrr commited on
Commit
6adaa4f
·
verified ·
1 Parent(s): 8252945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def create_interface():
68
 
69
  with gr.Row():
70
  image_output = gr.Image(type="pil", label="Image", height=300)
71
- graph_output = gr.HTML(label="Knowledge Graph", height=300)
72
 
73
  index_slider.change(
74
  fn=display_example,
 
68
 
69
  with gr.Row():
70
  image_output = gr.Image(type="pil", label="Image", height=300)
71
+ graph_output = gr.HTML(label="Knowledge Graph")
72
 
73
  index_slider.change(
74
  fn=display_example,