Adityadn commited on
Commit
512e397
·
verified ·
1 Parent(s): 984eec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
  python_script = "entry_with_update.py"
5
 
6
  # Argument yang ingin Anda tambahkan
7
- additional_arguments = ["--always-cpu", "--attention-split", "--share"]
8
 
9
  # Gabungkan semua argumen
10
  command = ["python", python_script] + additional_arguments
 
4
  python_script = "entry_with_update.py"
5
 
6
  # Argument yang ingin Anda tambahkan
7
+ additional_arguments = ["--always-cpu", "--attention-split"]
8
 
9
  # Gabungkan semua argumen
10
  command = ["python", python_script] + additional_arguments