kony1337 commited on
Commit
c6d4b6c
·
1 Parent(s): 4ca1c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ iface = gr.Interface(fn=text2audio, inputs=[
55
  ], outputs=[gr.Audio(label="Output", type="numpy"), gr.Audio(label="Output", type="numpy")],
56
  allow_flagging="never"
57
  )
58
- iface.launch(share=True)
59
 
60
  #iface.queue(max_size=10).launch(debug=True)
61
  # iface.launch(debug=True, share=True)
 
55
  ], outputs=[gr.Audio(label="Output", type="numpy"), gr.Audio(label="Output", type="numpy")],
56
  allow_flagging="never"
57
  )
58
+ iface.launch(share=False)
59
 
60
  #iface.queue(max_size=10).launch(debug=True)
61
  # iface.launch(debug=True, share=True)