Spaces:
Runtime error
Runtime error
liuyizhang
commited on
Commit
•
749c736
1
Parent(s):
3e61a48
update app.py
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -5,7 +5,7 @@ warnings.filterwarnings('ignore')
|
|
5 |
import subprocess, io, os, sys, time
|
6 |
from loguru import logger
|
7 |
|
8 |
-
os.system("pip install diffuser==0.
|
9 |
os.system("pip install transformers==4.29.1")
|
10 |
|
11 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
|
|
5 |
import subprocess, io, os, sys, time
|
6 |
from loguru import logger
|
7 |
|
8 |
+
os.system("pip install diffuser==0.6.0")
|
9 |
os.system("pip install transformers==4.29.1")
|
10 |
|
11 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
accelerate
|
2 |
addict
|
3 |
-
diffusers==0.
|
4 |
gradio
|
5 |
huggingface_hub
|
6 |
matplotlib
|
|
|
1 |
accelerate
|
2 |
addict
|
3 |
+
diffusers==0.6.0
|
4 |
gradio
|
5 |
huggingface_hub
|
6 |
matplotlib
|