mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
provide info about launch() return parameters
This commit is contained in:
parent
054a5850e3
commit
4c6615a3ab
@ -36,6 +36,11 @@ With these three arguments, we can quickly create interfaces and `launch()` th
|
||||
|
||||
Let's say we want to customize the input text field - for example, we wanted it to be larger and have a text hint. If we use the actual input class for `Textbox` instead of using the string shortcut, we have access to much more customizability. To see a list of all the components we support and how you can customize them, check out the [Docs](https://gradio.app/docs).
|
||||
|
||||
**Sidenote**: `launch()` method returns
|
||||
- FastAPI application
|
||||
- Local URL
|
||||
- Public URL (if share=True)
|
||||
|
||||
{{ code["hello_world_2"] }}
|
||||
{{ demos["hello_world_2"] }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user