mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
test_external passing
This commit is contained in:
parent
5b3bb9e11a
commit
0edf628b25
@ -203,7 +203,7 @@ class TestLoadInterface(unittest.TestCase):
|
||||
io = gr.Interface(**interface_info)
|
||||
io.api_mode = True
|
||||
output = io("My name is Sarah and I live in London")
|
||||
self.assertEquals(output, "Mein Name ist Sarah und ich lebe in London")
|
||||
self.assertEqual(output, "Mein Name ist Sarah und ich lebe in London")
|
||||
|
||||
def test_numerical_to_label_space(self):
|
||||
interface_info = gr.external.load_interface("spaces/abidlabs/titanic-survival")
|
||||
|
Loading…
Reference in New Issue
Block a user