Adityadn commited on
Commit
f980b3a
·
verified ·
1 Parent(s): 4b6c6c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ 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 = ["--disable-xformers", "--pytorch-deterministic", "--disable-ipex-hijack", "--disable-header-check", "--disable-async-cuda-allocation", "--disable-attention-upcast", "--always-offload-from-vram", "--all-in-fp32", "--always-no-vram"]
 
46
  # else:
47
  # print(f"Gradio is already at version {desired_version}")
48
 
49
+ python_script = "webui.py"
50
 
51
  # Argument yang ingin Anda tambahkan
52
  # additional_arguments = ["--disable-xformers", "--pytorch-deterministic", "--disable-ipex-hijack", "--disable-header-check", "--disable-async-cuda-allocation", "--disable-attention-upcast", "--always-offload-from-vram", "--all-in-fp32", "--always-no-vram"]