Support of the --gradio-auth flag (#2283)
This commit is contained in:
parent
4155aaa96a
commit
7aed53559a
3 changed files with 6 additions and 1 deletions
|
@ -279,6 +279,7 @@ Optionally, you can use the following command-line flags:
|
|||
| `--listen-port LISTEN_PORT` | The listening port that the server will use. |
|
||||
| `--share` | Create a public URL. This is useful for running the web UI on Google Colab or similar. |
|
||||
| `--auto-launch` | Open the web UI in the default browser upon launch. |
|
||||
| `--gradio-auth USER:PWD` | set gradio authentication like "username:password"; or comma-delimit multiple like "u1:p1,u2:p2,u3:p3" |
|
||||
| `--gradio-auth-path GRADIO_AUTH_PATH` | Set the gradio authentication file path. The file should contain one or more user:password pairs in this format: "u1:p1,u2:p2,u3:p3" |
|
||||
|
||||
#### API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue