Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ pip_script = "install -r requirements.txt"
|
|
| 6 |
python_script = "entry_with_update.py"
|
| 7 |
|
| 8 |
# Argument yang ingin Anda tambahkan
|
| 9 |
-
additional_arguments = ["--listen", "--
|
| 10 |
|
| 11 |
# Gabungkan semua argumen
|
| 12 |
PIP = ["pip", pip_script]
|
|
|
|
| 6 |
python_script = "entry_with_update.py"
|
| 7 |
|
| 8 |
# Argument yang ingin Anda tambahkan
|
| 9 |
+
additional_arguments = ["--listen", "--in-browser", "--vae-in-cpu", "--attention-split", "--multi-user", "--always-cpu", "--share"]
|
| 10 |
|
| 11 |
# Gabungkan semua argumen
|
| 12 |
PIP = ["pip", pip_script]
|