dorsar commited on
Commit
17fae1b
1 Parent(s): 15814eb

remove share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ iface = gr.Interface(
40
  ]
41
  )
42
 
43
- iface.launch(share=True)
 
40
  ]
41
  )
42
 
43
+ iface.launch()