Zaherrr commited on
Commit
50ae381
1 Parent(s): a9f2db2

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
 
70
  with gr.Row():
71
- image_output = gr.Image(type="pil", label="Image", height=500, interactive=True)
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():