azharmobinok commited on
Commit
27953da
·
1 Parent(s): 59fd6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ iface = gr.Interface(
43
  outputs=gr.outputs.HTML(label="Graph viewer"),
44
  title="Graph Viewer"
45
  )
46
- iface.launch(share=True)
 
43
  outputs=gr.outputs.HTML(label="Graph viewer"),
44
  title="Graph Viewer"
45
  )
46
+ iface.launch()