xiangjx commited on
Commit
ad9261c
·
verified ·
1 Parent(s): 83521c5

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -16,7 +16,7 @@ def test_pipeline():
16
  # TODO: Replace this with your actual Hugging Face Write/Read token
17
  hf_token = ""
18
 
19
- repo_id = "xiangjx/MuPaD-256"
20
 
21
  # 1. Load Diffusion Pipeline
22
  print(f"Loading pipeline from {repo_id}...")
 
16
  # TODO: Replace this with your actual Hugging Face Write/Read token
17
  hf_token = ""
18
 
19
+ repo_id = "xiangjx/MuPaD-512"
20
 
21
  # 1. Load Diffusion Pipeline
22
  print(f"Loading pipeline from {repo_id}...")