onuri commited on
Commit
227623e
1 Parent(s): 5c4ead8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ g = gr.Interface(
57
  ]
58
  )
59
  g.queue(concurrency_count=1)
60
- g.launch(share=True)
 
57
  ]
58
  )
59
  g.queue(concurrency_count=1)
60
+ g.launch()