neural-net-rahul commited on
Commit
3aa1bbd
·
1 Parent(s): d99aed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ gr.Interface(
41
  description=description,
42
  article=article,
43
  examples=[["Mark founded Facebook, shaping global social media connectivity."], ["Delhi is the most beautiful state after Kerala"]],
44
- ).launch()
 
41
  description=description,
42
  article=article,
43
  examples=[["Mark founded Facebook, shaping global social media connectivity."], ["Delhi is the most beautiful state after Kerala"]],
44
+ ).launch(share=True)