#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Created on Thu Aug 1 11:23:30 2024 | |
@author: ysnrfd | |
""" | |
import whisper | |
# بارگذاری مدل | |
model = whisper.load_model("medium") | |
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Created on Thu Aug 1 11:23:30 2024 | |
@author: ysnrfd | |
""" | |
import whisper | |
# بارگذاری مدل | |
model = whisper.load_model("medium") | |