Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def ensure_model(model_name):
|
|
| 56 |
print(f"⚠️ Error pulling model: {e}")
|
| 57 |
|
| 58 |
# TRIGGER DOWNLOAD IMMEDIATELY
|
| 59 |
-
ensure_model("
|
| 60 |
|
| 61 |
def transcribe_audio(audio):
|
| 62 |
if audio is None:
|
|
|
|
| 56 |
print(f"⚠️ Error pulling model: {e}")
|
| 57 |
|
| 58 |
# TRIGGER DOWNLOAD IMMEDIATELY
|
| 59 |
+
ensure_model("https://huggingface.co/bartowski/Qwen_Qwen3-30B-A3B-GGUF/resolve/main/Qwen_Qwen3-30B-A3B-Q4_K_M.gguf")
|
| 60 |
|
| 61 |
def transcribe_audio(audio):
|
| 62 |
if audio is None:
|