We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1913196 commit 17fbf76Copy full SHA for 17fbf76
1 file changed
gradio/examples.py
@@ -195,9 +195,10 @@ def __init__(
195
!= self.inputs_with_examples
196
):
197
warnings.warn(
198
- "Examples are being cached but not all input components have"
+ "Examples are being cached but not all input components have "
199
"example values. This may result in an exception being thrown by "
200
- "your function."
+ "your function. If you do get an error while caching examples, make "
201
+ "sure all of your inputs have example values for all of your examples."
202
)
203
break
204
0 commit comments