C2MV commited on
Commit
2c5d78f
1 Parent(s): fee0bc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from UI import create_interface
4
 
5
  def main():
6
  demo = create_interface()
7
- demo.launch(share=True)
8
 
9
  if __name__ == "__main__":
10
  main()
 
4
 
5
  def main():
6
  demo = create_interface()
7
+ demo.launch()
8
 
9
  if __name__ == "__main__":
10
  main()