You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
13
+
description: A clear and concise description of what the bug is.
14
14
placeholder: Bug description
15
15
validations:
16
16
required: true
@@ -25,7 +25,7 @@ body:
25
25
id: reproduction
26
26
attributes:
27
27
label: Reproduction
28
-
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.
28
+
description: Please provide the steps necessary to reproduce your issue, including the command-line flags that were used (like `--chat`, `--gpu-memory`, etc).
29
29
placeholder: Reproduction
30
30
validations:
31
31
required: true
@@ -38,28 +38,16 @@ body:
38
38
id: logs
39
39
attributes:
40
40
label: Logs
41
-
description: "Please include the full stacktrace of the errors you get from Python or Javascript. 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)`"
41
+
description: "Please include the full stacktrace of the errors you get in the command-line (if any)."
42
42
render: shell
43
43
validations:
44
44
required: true
45
45
- type: textarea
46
46
id: system-info
47
47
attributes:
48
48
label: System Info
49
-
description: Please share your system info with us, you can get the Gradio version with `gradio.__version__`
49
+
description: Please share your system info with us: operating system and GPU brand/model.
0 commit comments