yizhangliu commited on
Commit
e0d8fbc
1 Parent(s): dbf4cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if os.environ.get('IS_MY_DEBUG') is not None:
52
 
53
  if kosmos_enable:
54
  # os.system("pip install transformers@git+https://github.com/huggingface/transformers.git@main")
55
- os.system("pip install transformers==4.34.0")
56
 
57
  try:
58
  from lama_cleaner.model_manager import ModelManager
 
52
 
53
  if kosmos_enable:
54
  # os.system("pip install transformers@git+https://github.com/huggingface/transformers.git@main")
55
+ os.system("pip install transformers==4.32.0")
56
 
57
  try:
58
  from lama_cleaner.model_manager import ModelManager