audiocraft
audiocraft copied to clipboard
How to share to gradio?
Is there any way to do this?
Please restate your question. This product has gradio setup. What are you trying to do?
Please restate your question. This product has gradio setup. What are you trying to do?
Just, how do I enable it?
Probably you are looking for this line https://github.com/facebookresearch/audiocraft/blob/main/app.py#L136 And you want to use this gradio "share" feature?
demo.launch(share=True)
Just use the command: python app.py --share and it will give u the public url