Spaces:
Runtime error
Runtime error
m4singer
commited on
Commit
·
7ff94ea
1
Parent(s):
be234b7
init
Browse files
inference/m4singer/gradio/infer.py
CHANGED
|
@@ -133,7 +133,7 @@ class GradioInfer:
|
|
| 133 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
| 134 |
outputs=[singing_output, share_button, community_icon, loading_icon],)
|
| 135 |
share_button.click(None, [], [], _js=share_js)
|
| 136 |
-
demo.queue(
|
| 137 |
|
| 138 |
|
| 139 |
if __name__ == '__main__':
|
|
|
|
| 133 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
| 134 |
outputs=[singing_output, share_button, community_icon, loading_icon],)
|
| 135 |
share_button.click(None, [], [], _js=share_js)
|
| 136 |
+
demo.queue().launch(share=False)
|
| 137 |
|
| 138 |
|
| 139 |
if __name__ == '__main__':
|