audiocraft icon indicating copy to clipboard operation
audiocraft copied to clipboard

How to share to gradio?

Open tbmny opened this issue 1 year ago • 4 comments

Is there any way to do this?

tbmny avatar Jun 10 '23 23:06 tbmny

Please restate your question. This product has gradio setup. What are you trying to do?

Duemellon avatar Jun 11 '23 03:06 Duemellon

Please restate your question. This product has gradio setup. What are you trying to do?

Just, how do I enable it?

tbmny avatar Jun 11 '23 06:06 tbmny

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)

rsxdalv avatar Jun 11 '23 08:06 rsxdalv

Just use the command: python app.py --share and it will give u the public url

alvar036 avatar Jun 11 '23 18:06 alvar036