hernanhgm commited on
Commit
4e99b29
1 Parent(s): 9206938

Remove 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(share=True)
 
75
  title=title,
76
  description=description
77
  )
78
+ demo.launch()