Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def process():
|
|
| 23 |
python_script = "entry_with_update.py"
|
| 24 |
|
| 25 |
# Argument yang ingin Anda tambahkan
|
| 26 |
-
additional_arguments = ["--in-browser", "--
|
| 27 |
|
| 28 |
# Gabungkan semua argumen
|
| 29 |
PIP = ["pip", pip_script]
|
|
|
|
| 23 |
python_script = "entry_with_update.py"
|
| 24 |
|
| 25 |
# Argument yang ingin Anda tambahkan
|
| 26 |
+
additional_arguments = ["--in-browser", "--preview-option", "--all-in-fp32", "--directml", "--debug-mode", "--attention-pytorch", "--multi-user", "--always-cpu", "--is-windows-embedded-python"]
|
| 27 |
|
| 28 |
# Gabungkan semua argumen
|
| 29 |
PIP = ["pip", pip_script]
|