mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Add a link to the gradio docs
This commit is contained in:
parent
b31321c779
commit
b780d520d2
@ -232,8 +232,11 @@ def setup():
|
|||||||
|
|
||||||
def ui():
|
def ui():
|
||||||
"""
|
"""
|
||||||
Gets executed when the UI is drawn. Custom gradio elements and their
|
Gets executed when the UI is drawn. Custom gradio elements and
|
||||||
corresponding event handlers should be defined here.
|
their corresponding event handlers should be defined here.
|
||||||
|
|
||||||
|
To learn about gradio components, check out the docs:
|
||||||
|
https://gradio.app/docs/
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
```
|
```
|
||||||
|
@ -128,7 +128,10 @@ def setup():
|
|||||||
|
|
||||||
def ui():
|
def ui():
|
||||||
"""
|
"""
|
||||||
Gets executed when the UI is drawn. Custom gradio elements and their
|
Gets executed when the UI is drawn. Custom gradio elements and
|
||||||
corresponding event handlers should be defined here.
|
their corresponding event handlers should be defined here.
|
||||||
|
|
||||||
|
To learn about gradio components, check out the docs:
|
||||||
|
https://gradio.app/docs/
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user