Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ def process():
|
|
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 |
-
|
54 |
|
55 |
# Gabungkan semua argumen
|
56 |
PIP = ["pip", "install", "-r", "requirements.txt"]
|
|
|
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"]
|