dibend commited on
Commit
266757a
1 Parent(s): 34ae480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ iface = gr.Interface(fn=plot_real_estate,
44
  inputs=[gr.components.Textbox(label="Zip Code")],
45
  outputs=gr.Plot())
46
 
47
- iface.launch(share=True, debug=True)
 
44
  inputs=[gr.components.Textbox(label="Zip Code")],
45
  outputs=gr.Plot())
46
 
47
+ iface.launch(share=False, debug=True)