mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
minor tweaks
This commit is contained in:
parent
b88c195b3d
commit
4ff47d2a6a
@ -18,7 +18,7 @@ body:
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Reproduction
|
||||
description: Please provide a link to a repo or REPL that can reproduce the problem you ran into.
|
||||
description: Please provide a link to a repo or REPL that can reproduce the problem you ran into. Or provide the Python code below that can be run to reproduce the issue.
|
||||
placeholder: Reproduction
|
||||
validations:
|
||||
required: true
|
||||
@ -26,19 +26,19 @@ body:
|
||||
id: logs
|
||||
attributes:
|
||||
label: Screenshot
|
||||
description: "Please include a screenshot as it makes it much more clear"
|
||||
description: "If possible, please include screenshot(s) so that we can understand what the issue is."
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
description: "Please include the logs if you can. You can get the logs with debug=True, ie: gradio.Interface.launch(debug=True)"
|
||||
description: "Please include the Python or Javascript logs if you can. If you are running in a colab notebooks, you can get the logs with by setting `debug=True`, i.e: `gradio.Interface.launch(debug=True)`"
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: system-info
|
||||
attributes:
|
||||
label: System Info
|
||||
description: Please share your system info with us, you can get the gradio version with `gradio__version__`
|
||||
description: Please share your system info with us, you can get the Gradio version with `gradio.__version__`
|
||||
render: shell
|
||||
placeholder: Gradio version, Operating System, Browser
|
||||
validations:
|
||||
|
Loading…
Reference in New Issue
Block a user