mirror of
https://github.com/modelscope/modelscope.git
synced 2026-09-01 19:49:03 +02:00
temp test_automatic_speech_recognition.py
This commit is contained in:
@@ -385,7 +385,7 @@ class AutomaticSpeechRecognitionTest(unittest.TestCase,
|
||||
model_id=self.am_pytorch_model_id, audio_in=URL_FILE)
|
||||
self.check_result('test_run_with_url_pytorch', rec_result)
|
||||
|
||||
@unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
|
||||
@unittest.skipUnless(test_level() >= 1, 'skip test in current test level')
|
||||
def test_run_with_funasr(self):
|
||||
"""run with single url file using FunASR
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user