Adityadn commited on
Commit
6fda00e
·
verified ·
1 Parent(s): 1d245ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def process():
49
  python_script = "entry_with_update.py"
50
 
51
  # Argument yang ingin Anda tambahkan
52
- additional_arguments = ["--in-browser", "--all-in-fp32", "--directml", "--debug-mode", "--multi-user", "--always-cpu", "--is-windows-embedded-python"]
53
- # additional_arguments = ["--always-cpu"]
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "-r", "requirements.txt"]
 
49
  python_script = "entry_with_update.py"
50
 
51
  # Argument yang ingin Anda tambahkan
52
+ # additional_arguments = ["--in-browser", "--all-in-fp32", "--directml", "--debug-mode", "--multi-user", "--always-cpu", "--is-windows-embedded-python"]
53
+ additional_arguments = ["--always-cpu"]
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "-r", "requirements.txt"]