mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
Update interface.py
This commit is contained in:
parent
3aa2e74cd7
commit
158589d3c4
@ -333,7 +333,7 @@ class Interface:
|
||||
|
||||
def test_launch(self):
|
||||
for predict_fn in self.predict:
|
||||
print("Test launching: {}()...".format(predict_fn.__name__), end=' ')
|
||||
print("Test launch: {}()...".format(predict_fn.__name__), end=' ')
|
||||
|
||||
raw_input = []
|
||||
for input_interface in self.input_interfaces:
|
||||
|
Loading…
Reference in New Issue
Block a user