vumichien commited on
Commit
7c2ed5f
·
1 Parent(s): 04a568e

Update app.py

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