Spaces:
Sleeping
Sleeping
AshDavid12
commited on
Commit
·
c7d5cac
1
Parent(s):
32197db
trying ivrit model-nvidia image
Browse files
infer.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
model = faster_whisper.WhisperModel("ivrit-ai/faster-whisper-v2-d4")
|
8 |
|
9 |
# URL of the audio file (replace this with the actual URL of your audio)
|
10 |
-
audio_url = "https://raw.githubusercontent.com/AshDavid12/runpod-serverless-forked/main/
|
11 |
|
12 |
# Download the audio file from the URL
|
13 |
response = requests.get(audio_url)
|
|
|
7 |
model = faster_whisper.WhisperModel("ivrit-ai/faster-whisper-v2-d4")
|
8 |
|
9 |
# URL of the audio file (replace this with the actual URL of your audio)
|
10 |
+
audio_url = "https://raw.githubusercontent.com/AshDavid12/runpod-serverless-forked/main/test_hebrew.wav"
|
11 |
|
12 |
# Download the audio file from the URL
|
13 |
response = requests.get(audio_url)
|