WolfeLeo2 commited on
Commit
fe123c2
·
1 Parent(s): fce3660

share=true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ demo = gr.Interface(
39
  description="Powered by facebook/bart-large-cnn model"
40
  )
41
 
42
- demo.launch()
 
39
  description="Powered by facebook/bart-large-cnn model"
40
  )
41
 
42
+ demo.launch(share=True)