fixed speech text model

This commit is contained in:
Abubakar Abid 2022-03-07 13:13:17 -06:00
parent f9034db75b
commit befa7bc8a2

View File

@ -214,7 +214,7 @@ class TestLoadInterface(unittest.TestCase):
def test_speech_recognition_model(self):
interface_info = gr.external.load_interface(
"models/jonatasgrosman/wav2vec2-large-xlsr-53-english"
"models/facebook/wav2vec2-base-960h"
)
io = gr.Interface(**interface_info)
io.api_mode = True