Adityadn commited on
Commit
c6139a1
·
verified ·
1 Parent(s): d3ceeda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def process():
53
  additional_arguments = ["--always-cpu", "--attention-split"]
54
 
55
  # Gabungkan semua argumen
56
- PIP = ["pip", "install", "-r", "requirements.txt"]
57
  command = ["python", python_script] + additional_arguments
58
 
59
  # Jalankan skrip menggunakan subprocess
 
53
  additional_arguments = ["--always-cpu", "--attention-split"]
54
 
55
  # Gabungkan semua argumen
56
+ PIP = ["pip", "install", "-r", "requirements_versions.txt"]
57
  command = ["python", python_script] + additional_arguments
58
 
59
  # Jalankan skrip menggunakan subprocess