Update app.py
Browse files
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("
|
| 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,
|