freddyaboulton / gradio-tools

MIT License
562 stars 47 forks source link

Add duplicate param to client #25

Closed freddyaboulton closed 1 year ago

freddyaboulton commented 1 year ago

The previous logic would always duplicate a space if hf_token was present but that's not always the right thing to do. For example, you may want to use a private space for your tool and simply need to pass the token to authenticate.

Also added bark to the README