Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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"]
|