Adityadn commited on
Commit
442cf6c
1 Parent(s): 39921c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "--vae-in-cpu", "--attention-split", "--multi-user", "--always-cpu"]
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]