hernanhgm commited on
Commit
d146951
1 Parent(s): efed97a

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,4 +110,4 @@ demo = gr.Interface(
110
  title=title,
111
  description=description
112
  )
113
- demo.launch()
 
110
  title=title,
111
  description=description
112
  )
113
+ demo.launch(share=True)