LPX55 commited on
Commit
e85e1a2
·
verified ·
1 Parent(s): 3cb8951

Update app_kontext.py

Browse files
Files changed (1) hide show
  1. app_kontext.py +2 -0
app_kontext.py CHANGED
@@ -11,6 +11,8 @@ import logging
11
  # Forced Diffusers upgrade when cache was being stubborn; probably not needed now
12
  force = subprocess.run("pip install -U diffusers", shell=True)
13
  force = subprocess.run("pip install git+https://github.com/huggingface/diffusers.git", shell=True)
 
 
14
  #####################################################
15
 
16
  import diffusers
 
11
  # Forced Diffusers upgrade when cache was being stubborn; probably not needed now
12
  force = subprocess.run("pip install -U diffusers", shell=True)
13
  force = subprocess.run("pip install git+https://github.com/huggingface/diffusers.git", shell=True)
14
+ force = subprocess.run("pip install git+https://github.com/huggingface/transformers.git", shell=True)
15
+
16
  #####################################################
17
 
18
  import diffusers