b3xxf21f commited on
Commit
949fa14
1 Parent(s): 92f03a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ os.chdir("../..")
53
  os.system("pip install -U -qq pip")
54
  os.system("pip install -qq -r requirements.txt")
55
  os.system("pip install -qq pytorch_lightning==1.7.7")
56
- os.system("!pip install --upgrade fastapi==0.90.1")
57
 
58
  ui_config = {
59
  "txt2img/Prompt/visible": True,
 
53
  os.system("pip install -U -qq pip")
54
  os.system("pip install -qq -r requirements.txt")
55
  os.system("pip install -qq pytorch_lightning==1.7.7")
56
+ os.system("pip install -U -qq fastapi==0.90.1")
57
 
58
  ui_config = {
59
  "txt2img/Prompt/visible": True,