Mlaana commited on
Commit
8666fde
·
1 Parent(s): 2431f8a

new id for model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1pcEj5kQcdq2YkjLU-KyYz8qcD4VkJhKy" # <- Ganti file ID-nya
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):