YoniFriedman commited on
Commit
a1858d6
·
verified ·
1 Parent(s): ae547e2

reversing share of true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ demo = gr.Interface(
65
  live = True
66
  )
67
 
68
- demo.launch(share = True)
69
  asyncio.run(main())
 
65
  live = True
66
  )
67
 
68
+ demo.launch()
69
  asyncio.run(main())