DeclK commited on
Commit
841e1c5
·
1 Parent(s): b953b97

delete share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ if __name__ == '__main__':
106
  output = gr.Video(label="Output video")
107
 
108
  demo = gr.Interface(fn=main, inputs=inputs, outputs=output).queue()
109
- demo.launch(share=True)
 
106
  output = gr.Video(label="Output video")
107
 
108
  demo = gr.Interface(fn=main, inputs=inputs, outputs=output).queue()
109
+ demo.launch()