sblumenf commited on
Commit
1647872
·
verified ·
1 Parent(s): 6a30f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -117,4 +117,5 @@ iface = gr.Interface(
117
  )
118
 
119
  if __name__ == "__main__":
120
- iface.launch(share=True)
 
 
117
  )
118
 
119
  if __name__ == "__main__":
120
+ # Disable share=True for now
121
+ iface.launch(share=False)