Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN") # Gunakan secrets HF_TOKEN pada pengaturan
|
|
48 |
# HF_TOKEN = "YOUR_HUGGINGFACE_TOKEN"
|
49 |
|
50 |
# Konfigurasi repository
|
51 |
-
repo_id = "
|
52 |
model_filename = "lipsync_model.pth"
|
53 |
|
54 |
# Inisialisasi HfApi
|
|
|
48 |
# HF_TOKEN = "YOUR_HUGGINGFACE_TOKEN"
|
49 |
|
50 |
# Konfigurasi repository
|
51 |
+
repo_id = "Cun-Duck/Lipsync" # Ganti dengan username dan nama repo Anda
|
52 |
model_filename = "lipsync_model.pth"
|
53 |
|
54 |
# Inisialisasi HfApi
|