Spaces:
Paused
Paused
Update app.py
Browse files
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
|
|
|
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)
|