Spaces:
Runtime error
Runtime error
Commit
•
8c00938
1
Parent(s):
72d1f18
Update app/hydit_app.py
Browse files- app/hydit_app.py +1 -1
app/hydit_app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
from huggingface_hub import snapshot_download
|
3 |
os.makedirs("/home/user/app/ckpts", exist_ok=True)
|
4 |
-
snapshot_download(repo_id="Tencent-Hunyuan/HunyuanDiT",
|
5 |
|
6 |
import gradio as gr
|
7 |
import pandas as pd
|
|
|
1 |
import os
|
2 |
from huggingface_hub import snapshot_download
|
3 |
os.makedirs("/home/user/app/ckpts", exist_ok=True)
|
4 |
+
snapshot_download(repo_id="Tencent-Hunyuan/HunyuanDiT", local_dir="/home/user/app/ckpts")
|
5 |
|
6 |
import gradio as gr
|
7 |
import pandas as pd
|