EstebanDC commited on
Commit
b139e92
·
verified ·
1 Parent(s): 38f734a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -77,6 +77,7 @@ app = gr.Interface(
77
  title=title,
78
  description=description,
79
  article = article,
 
80
  theme=my_theme
81
  )
82
 
 
77
  title=title,
78
  description=description,
79
  article = article,
80
+ share=True,
81
  theme=my_theme
82
  )
83