jjz5463 commited on
Commit
c5cc2c2
·
1 Parent(s): 9293735

remove share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ interface = gr.Interface(
65
  )
66
 
67
  # Launch the interface
68
- interface.launch(share=True)
 
65
  )
66
 
67
  # Launch the interface
68
+ interface.launch()