sasha HF staff commited on
Commit
943cb1f
1 Parent(s): 189a4ea

Update app.py

Browse files

no sharing, but caring

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ with gr.Blocks() as demo:
61
  seed1.change(open_ims, [adj1,choice1,seed1], [images1])
62
  seed2.change(open_ims, [adj2,choice2,seed2], [images2])
63
 
64
- demo.launch(share=True)
 
61
  seed1.change(open_ims, [adj1,choice1,seed1], [images1])
62
  seed2.change(open_ims, [adj2,choice2,seed2], [images2])
63
 
64
+ demo.launch()