Spaces:
Running
on
Zero
Running
on
Zero
Update app_kontext.py
Browse files- 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
|