Add a link to the gradio docs
This commit is contained in:
parent
b31321c779
commit
b780d520d2
2 changed files with 10 additions and 4 deletions
|
@ -232,8 +232,11 @@ def setup():
|
|||
|
||||
def ui():
|
||||
"""
|
||||
Gets executed when the UI is drawn. Custom gradio elements and their
|
||||
corresponding event handlers should be defined here.
|
||||
Gets executed when the UI is drawn. Custom gradio elements and
|
||||
their corresponding event handlers should be defined here.
|
||||
|
||||
To learn about gradio components, check out the docs:
|
||||
https://gradio.app/docs/
|
||||
"""
|
||||
pass
|
||||
```
|
||||
|
|
|
@ -128,7 +128,10 @@ def setup():
|
|||
|
||||
def ui():
|
||||
"""
|
||||
Gets executed when the UI is drawn. Custom gradio elements and their
|
||||
corresponding event handlers should be defined here.
|
||||
Gets executed when the UI is drawn. Custom gradio elements and
|
||||
their corresponding event handlers should be defined here.
|
||||
|
||||
To learn about gradio components, check out the docs:
|
||||
https://gradio.app/docs/
|
||||
"""
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue