vumichien commited on
Commit
944f828
·
1 Parent(s): ee7d893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ iface = gr.Interface(
45
  inputs=[gr.Image(label="image", type="pil", shape=(960, 640))],
46
  outputs=[gr.Image(label="output image"), gr.Textbox(label="output voice")],
47
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
48
- ).launch(enable_queue=True, debug=True, share=True)
 
45
  inputs=[gr.Image(label="image", type="pil", shape=(960, 640))],
46
  outputs=[gr.Image(label="output image"), gr.Textbox(label="output voice")],
47
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
48
+ ).launch(enable_queue=True, debug=True)