mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
reformat
This commit is contained in:
parent
058c927777
commit
7635519c8d
@ -329,9 +329,9 @@ class Interface:
|
||||
examples is None
|
||||
or isinstance(examples, str)
|
||||
or (
|
||||
isinstance(examples, list)
|
||||
and (len(examples) == 0 or isinstance(examples[0], list))
|
||||
)
|
||||
isinstance(examples, list)
|
||||
and (len(examples) == 0 or isinstance(examples[0], list))
|
||||
)
|
||||
):
|
||||
self.examples = examples
|
||||
elif (
|
||||
|
Loading…
x
Reference in New Issue
Block a user