Héctor Tarrido-Picart commited on
Commit
66ea7c4
1 Parent(s): 60371ef

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,5 +29,4 @@ intf = gr.Interface(fn=predict,
29
  description=description,
30
  interpretation=interpretation)
31
 
32
- intf.launch(enable_queue=enable_queue,
33
- share=true)
 
29
  description=description,
30
  interpretation=interpretation)
31
 
32
+ intf.launch(enable_queue=enable_queue)