sdpetrides commited on
Commit
5bed0b1
·
1 Parent(s): 776028d

Update app.py to remove share from gradio demo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ demo = gr.Interface(
75
  ],
76
  outputs="image",
77
  )
78
- demo.launch(share=True)
 
75
  ],
76
  outputs="image",
77
  )
78
+ demo.launch()