new id for model
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import gradio as gr
|
|
| 7 |
# ==== STEP 1: Download model (kalau belum ada) ====
|
| 8 |
os.makedirs("model", exist_ok=True)
|
| 9 |
|
| 10 |
-
MODEL_URL = "https://drive.google.com/uc?id=
|
| 11 |
MODEL_PATH = "model/model.safetensors"
|
| 12 |
|
| 13 |
if not os.path.exists(MODEL_PATH):
|
|
|
|
| 7 |
# ==== STEP 1: Download model (kalau belum ada) ====
|
| 8 |
os.makedirs("model", exist_ok=True)
|
| 9 |
|
| 10 |
+
MODEL_URL = "https://drive.google.com/uc?id=1I9cM5OlZ1oBTPaJUY1pRzdhEGpZCpaL5" # <- Ganti file ID-nya
|
| 11 |
MODEL_PATH = "model/model.safetensors"
|
| 12 |
|
| 13 |
if not os.path.exists(MODEL_PATH):
|