harishB97 commited on
Commit
496927b
·
verified ·
1 Parent(s): c3cd3d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def setup_interface():
46
  iface = gr.Interface(
47
  fn=create_plotly_tree,
48
  inputs=[],
49
- outputs=gr.outputs.Plotly(),
50
  title="Interactive Tree Visualization"
51
  )
52
  return iface
 
46
  iface = gr.Interface(
47
  fn=create_plotly_tree,
48
  inputs=[],
49
+ outputs=gr.Plot(),
50
  title="Interactive Tree Visualization"
51
  )
52
  return iface