Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ uploaded_file = st.file_uploader("Upload your audio file (WAV or MP3)", type=["w
|
|
71 |
|
72 |
if uploaded_file is not None:
|
73 |
# Path to your ONNX model
|
74 |
-
onnx_model_url = "https://huggingface.co/Mrkomiljon/DeepVoiceGuard/
|
75 |
|
76 |
# Save uploaded file temporarily
|
77 |
with open("temp_audio_file.wav", "wb") as f:
|
|
|
71 |
|
72 |
if uploaded_file is not None:
|
73 |
# Path to your ONNX model
|
74 |
+
onnx_model_url = "https://huggingface.co/Mrkomiljon/DeepVoiceGuard/resolve/main/RawNet_model.onnx"
|
75 |
|
76 |
# Save uploaded file temporarily
|
77 |
with open("temp_audio_file.wav", "wb") as f:
|