Spaces:
Sleeping
Sleeping
Michael Natanael
commited on
Commit
·
971594f
1
Parent(s):
0cc620c
run whisper locally
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import lightning as L
|
|
14 |
app = Flask(__name__)
|
15 |
|
16 |
# === CONFIG ===
|
17 |
-
CHECKPOINT_URL = "https://
|
18 |
CHECKPOINT_PATH = "final_checkpoint/original_split_synthesized.ckpt"
|
19 |
AGE_LABELS = ["semua usia", "anak", "remaja", "dewasa"]
|
20 |
|
|
|
14 |
app = Flask(__name__)
|
15 |
|
16 |
# === CONFIG ===
|
17 |
+
CHECKPOINT_URL = "https://huggingface.co/nenafem/original_split_synthesized/resolve/main/original_split_synthesized.ckpt?download=true"
|
18 |
CHECKPOINT_PATH = "final_checkpoint/original_split_synthesized.ckpt"
|
19 |
AGE_LABELS = ["semua usia", "anak", "remaja", "dewasa"]
|
20 |
|