Majdoddin / nlp

MIT License
444 stars 57 forks source link

Add missing torch import with speaker diarization pipeline #7

Closed DiaaAj closed 1 year ago

DiaaAj commented 1 year ago

Missing torch import in the cell that checks if cude device is available with speaker diarization. #5

Majdoddin commented 1 year ago

torch is already imported in the Whisper's Transcription section. It should be removed from there to avoid double imports. @mikowai Thank you! I did it.