Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,11 @@ intents.message_content = True
|
|
18 |
# Hugging Face 모델 다운로드
|
19 |
huggingface_token = os.getenv("HF_TOKEN")
|
20 |
model_path = snapshot_download(
|
21 |
-
repo_id="
|
22 |
revision="refs/pr/26",
|
23 |
repo_type="model",
|
24 |
ignore_patterns=[".md", "..gitattributes"],
|
25 |
-
local_dir="
|
26 |
token=huggingface_token,
|
27 |
)
|
28 |
|
|
|
18 |
# Hugging Face 모델 다운로드
|
19 |
huggingface_token = os.getenv("HF_TOKEN")
|
20 |
model_path = snapshot_download(
|
21 |
+
repo_id="Corcelio/mobius",
|
22 |
revision="refs/pr/26",
|
23 |
repo_type="model",
|
24 |
ignore_patterns=[".md", "..gitattributes"],
|
25 |
+
local_dir="mobius",
|
26 |
token=huggingface_token,
|
27 |
)
|
28 |
|