Skip to content

Commit

Permalink
Missing assets #123
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed Mar 27, 2024
1 parent b070130 commit dc391a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions assets/video/test1.srt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1
00:00:00,000 --> 00:00:03,160
The is Artificial Intelligence.

2
00:00:03,160 --> 00:00:09,680
We speak of AI when computer systems perform tasks that usually require human intelligence.

3
00:00:09,680 --> 00:00:15,680
This includes, for example, recognizing images, making decisions or engaging in dialogue.

2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class TestSubsAI(TestCase):
subs_ai = SubsAI()
model_name = 'openai/whisper'
files = ['../assets/video/test1.mp4', '../assets/audio/test1.mp3']
files = ['../assets/video/test1.webm', '../assets/audio/test1.mp3']

def test_available_models(self):
available_models = self.subs_ai.available_models()
Expand Down

0 comments on commit dc391a7

Please sign in to comment.