Updated Contributing guidelines (markdown)

oobabooga 2023-08-04 02:09:25 -03:00
parent 6e18813c7a
commit d3b2147c4b

@ -56,9 +56,9 @@ Some Docker files are available in the repository, but I do not use Docker. Pull
## Some important variables
* The `shared.settings` variable contains default values for Gradio components. It can be customized through a `settings.yaml` file.
* The `shared.args` variable contains the command-line arguments. They represent variables that need to be changed often.
* `shared.gradio` contains the UI elements, like sliders and dropdowns. While defining Gradio event handlers, the `modules.utils.gradio` function can be used to write
* `shared.settings` contains default values for Gradio components. It can be customized through a `settings.yaml` file.
* `shared.args` contains the command-line arguments. They represent variables that need to be changed often.
* `shared.gradio` contains the UI elements, like sliders and dropdowns. When defining Gradio event handlers, the `gradio` function in `modules.utils` can be used to write
```python
gradio('history', 'character_menu', 'mode')