Shivam Mehta commited on
Commit
cafb434
1 Parent(s): c77ff04

removing the sharing option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ def main():
200
  outputs=[audio, mel_spectrogram],
201
  )
202
 
203
- demo.queue(concurrency_count=5).launch(share=True)
204
 
205
 
206
  if __name__ == "__main__":
 
200
  outputs=[audio, mel_spectrogram],
201
  )
202
 
203
+ demo.queue(concurrency_count=5).launch()
204
 
205
 
206
  if __name__ == "__main__":