hernanhgm commited on
Commit
9206938
1 Parent(s): 7ae4535

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ demo = gr.Interface(
75
  title=title,
76
  description=description
77
  )
78
- demo.launch()
 
75
  title=title,
76
  description=description
77
  )
78
+ demo.launch(share=True)