Spaces:
Runtime error
Runtime error
zetavg
commited on
update README.md
Browse files
README.md
CHANGED
@@ -115,6 +115,8 @@ For more options, see `python app.py --help`.
|
|
115 |
```bash
|
116 |
python app.py --data_dir='./data' --base_model='decapoda-research/llama-7b-hf' --share --ui_dev_mode
|
117 |
```
|
|
|
|
|
118 |
</details>
|
119 |
|
120 |
|
|
|
115 |
```bash
|
116 |
python app.py --data_dir='./data' --base_model='decapoda-research/llama-7b-hf' --share --ui_dev_mode
|
117 |
```
|
118 |
+
|
119 |
+
> To use [Gradio Auto-Reloading](https://gradio.app/developing-faster-with-reload-mode/#python-ide-reload), a `config.yaml` file is required since command line arguments are not supported. There's a sample file to start with: `cp config.yaml.sample config.yaml`. Then, just run `gradio app.py`.
|
120 |
</details>
|
121 |
|
122 |
|