simonduerr commited on
Commit
1175896
·
1 Parent(s): f9083da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with demo:
123
  btn = gr.Button("View structure")
124
  mol = gr.HTML()
125
  btn.click(fn=update, inputs=[inp, file, public_link], outputs=mol)
126
- _, _, pl = demo.launch(share=True)
127
 
128
 
129
  public_link.update(value=pl)
 
123
  btn = gr.Button("View structure")
124
  mol = gr.HTML()
125
  btn.click(fn=update, inputs=[inp, file, public_link], outputs=mol)
126
+ _, _, pl = demo.launch()
127
 
128
 
129
  public_link.update(value=pl)