abhishekt commited on
Commit
9245853
·
1 Parent(s): e259cc1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ iface = gr.Interface(
45
  )
46
 
47
  # Launch the interface
48
- iface.launch(share=True)
49
 
 
45
  )
46
 
47
  # Launch the interface
48
+ iface.launch(share=False)
49