multimodalart HF Staff commited on
Commit
9e458cc
·
verified ·
1 Parent(s): 56e8120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from diffusers.utils import load_image
13
  from huggingface_hub import hf_hub_download
14
 
15
 
16
- kontext_path = hf_hub_download(repo_id="diffusers/kontext", filename="kontext.safetensors")
17
 
18
  MAX_SEED = np.iinfo(np.int32).max
19
 
 
13
  from huggingface_hub import hf_hub_download
14
 
15
 
16
+ kontext_path = hf_hub_download(repo_id="diffusers/kontext-v2", filename="dev-opt-2-a-3.safetensors")
17
 
18
  MAX_SEED = np.iinfo(np.int32).max
19