test_external passing

This commit is contained in:
Abubakar Abid 2022-03-23 09:25:53 -07:00
parent 5b3bb9e11a
commit 0edf628b25

View File

@ -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")