Adityadn commited on
Commit
b66f256
1 Parent(s): f9d9b2e

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 = ["--in-browser", "--all-in-fp32", "--directml", "--debug-mode", "--multi-user", "--always-cpu", "--is-windows-embedded-python"]
 
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 = ["--in-browser", "--all-in-fp32", "--directml", "--debug-mode", "--multi-user", "--always-cpu", "--is-windows-embedded-python"]