docs: Update README with autolaunch Gradio interface option

This commit is contained in:
Phlo
2025-02-18 12:50:26 -06:00
parent 3342859c04
commit fea67815ae

View File

@@ -120,6 +120,9 @@ f5-tts_infer-gradio --port 7860 --host 0.0.0.0
# Launch a share link
f5-tts_infer-gradio --share
# Automatically open in default web browser
f5-tts_infer-gradio --autolaunch
```
<details>