Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update the dependency package ctranslate2 to version 3.21.0
Browse filesfor faster-whisper. This version improves compatibility with Whisper-large-v3.
Also, update gradio to version 3.50.2.
- README.md +1 -1
- requirements-fasterWhisper.txt +2 -2
- requirements-whisper.txt +1 -1
- requirements.txt +2 -2
    	
        README.md
    CHANGED
    
    | @@ -4,7 +4,7 @@ emoji: ✨ | |
| 4 | 
             
            colorFrom: blue
         | 
| 5 | 
             
            colorTo: purple
         | 
| 6 | 
             
            sdk: gradio
         | 
| 7 | 
            -
            sdk_version: 3. | 
| 8 | 
             
            app_file: app.py
         | 
| 9 | 
             
            pinned: false
         | 
| 10 | 
             
            license: apache-2.0
         | 
|  | |
| 4 | 
             
            colorFrom: blue
         | 
| 5 | 
             
            colorTo: purple
         | 
| 6 | 
             
            sdk: gradio
         | 
| 7 | 
            +
            sdk_version: 3.50.2
         | 
| 8 | 
             
            app_file: app.py
         | 
| 9 | 
             
            pinned: false
         | 
| 10 | 
             
            license: apache-2.0
         | 
    	
        requirements-fasterWhisper.txt
    CHANGED
    
    | @@ -1,8 +1,8 @@ | |
| 1 | 
             
            git+https://github.com/huggingface/transformers
         | 
| 2 | 
            -
            ctranslate2>=3. | 
| 3 | 
             
            faster-whisper
         | 
| 4 | 
             
            ffmpeg-python==0.2.0
         | 
| 5 | 
            -
            gradio==3. | 
| 6 | 
             
            yt-dlp
         | 
| 7 | 
             
            json5
         | 
| 8 | 
             
            torch
         | 
|  | |
| 1 | 
             
            git+https://github.com/huggingface/transformers
         | 
| 2 | 
            +
            ctranslate2>=3.21.0
         | 
| 3 | 
             
            faster-whisper
         | 
| 4 | 
             
            ffmpeg-python==0.2.0
         | 
| 5 | 
            +
            gradio==3.50.2
         | 
| 6 | 
             
            yt-dlp
         | 
| 7 | 
             
            json5
         | 
| 8 | 
             
            torch
         | 
    	
        requirements-whisper.txt
    CHANGED
    
    | @@ -2,7 +2,7 @@ | |
| 2 | 
             
            git+https://github.com/openai/whisper.git
         | 
| 3 | 
             
            transformers
         | 
| 4 | 
             
            ffmpeg-python==0.2.0
         | 
| 5 | 
            -
            gradio==3. | 
| 6 | 
             
            yt-dlp
         | 
| 7 | 
             
            torchaudio
         | 
| 8 | 
             
            altair
         | 
|  | |
| 2 | 
             
            git+https://github.com/openai/whisper.git
         | 
| 3 | 
             
            transformers
         | 
| 4 | 
             
            ffmpeg-python==0.2.0
         | 
| 5 | 
            +
            gradio==3.50.2
         | 
| 6 | 
             
            yt-dlp
         | 
| 7 | 
             
            torchaudio
         | 
| 8 | 
             
            altair
         | 
    	
        requirements.txt
    CHANGED
    
    | @@ -1,8 +1,8 @@ | |
| 1 | 
             
            git+https://github.com/huggingface/transformers
         | 
| 2 | 
            -
            ctranslate2>=3. | 
| 3 | 
             
            faster-whisper
         | 
| 4 | 
             
            ffmpeg-python==0.2.0
         | 
| 5 | 
            -
            gradio==3. | 
| 6 | 
             
            yt-dlp
         | 
| 7 | 
             
            json5
         | 
| 8 | 
             
            torch
         | 
|  | |
| 1 | 
             
            git+https://github.com/huggingface/transformers
         | 
| 2 | 
            +
            ctranslate2>=3.21.0
         | 
| 3 | 
             
            faster-whisper
         | 
| 4 | 
             
            ffmpeg-python==0.2.0
         | 
| 5 | 
            +
            gradio==3.50.2
         | 
| 6 | 
             
            yt-dlp
         | 
| 7 | 
             
            json5
         | 
| 8 | 
             
            torch
         |