mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
formatting
This commit is contained in:
parent
5cf8bcbc01
commit
a38a428072
@ -202,8 +202,10 @@ class Interface(Launchable):
|
||||
].index(True)
|
||||
self.state_return_index = state_return_index
|
||||
else:
|
||||
raise ValueError("For a stateful interface, there must be exactly one State"
|
||||
" input component and one State output component.")
|
||||
raise ValueError(
|
||||
"For a stateful interface, there must be exactly one State"
|
||||
" input component and one State output component."
|
||||
)
|
||||
|
||||
if (
|
||||
interpretation is None
|
||||
|
Loading…
Reference in New Issue
Block a user