Adityadn commited on
Commit
6f6d4d3
·
verified ·
1 Parent(s): 00c0fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,11 +46,11 @@ def process():
46
  else:
47
  print(f"Gradio is already at version {desired_version}")
48
 
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"]
 
46
  else:
47
  print(f"Gradio is already at version {desired_version}")
48
 
49
+ python_script = "aiDescUI.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", "--attention-split"]
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "-r", "requirements.txt"]