Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,9 @@ intents.message_content = True
|
|
18 |
# Hugging Face 모델 다운로드
|
19 |
huggingface_token = os.getenv("HF_TOKEN")
|
20 |
model_path = snapshot_download(
|
21 |
-
repo_id="
|
22 |
repo_type="model",
|
23 |
-
local_dir="
|
24 |
token=huggingface_token,
|
25 |
)
|
26 |
|
|
|
18 |
# Hugging Face 모델 다운로드
|
19 |
huggingface_token = os.getenv("HF_TOKEN")
|
20 |
model_path = snapshot_download(
|
21 |
+
repo_id="alvdansen/littletinies",
|
22 |
repo_type="model",
|
23 |
+
local_dir="littletinies",
|
24 |
token=huggingface_token,
|
25 |
)
|
26 |
|