oguzakif commited on
Commit
eb50f43
1 Parent(s): 0334945

share flag removed from app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,4 +256,4 @@ with gr.Blocks() as demo:
256
  inpaint.click(fn=inpaint_video, outputs=[out_video_inpaint])
257
 
258
 
259
- demo.launch(share=True, debug=True)
 
256
  inpaint.click(fn=inpaint_video, outputs=[out_video_inpaint])
257
 
258
 
259
+ demo.launch(debug=True)