Spaces:
Runtime error
Runtime error
vorstcavry
commited on
Commit
•
da12052
1
Parent(s):
2f8fe13
Update app.py
Browse files
app.py
CHANGED
@@ -230,9 +230,7 @@ args = [
|
|
230 |
"--medvram",
|
231 |
"--skip-torch-cuda-test",
|
232 |
"--enable-console-prompts",
|
233 |
-
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
234 |
-
"--hf-token-out",
|
235 |
-
"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" # Gantilah dengan token yang sesuai
|
236 |
]
|
237 |
|
238 |
args = [arg.as_posix() if isinstance(arg, pathlib.PosixPath) else arg for arg in args]
|
|
|
230 |
"--medvram",
|
231 |
"--skip-torch-cuda-test",
|
232 |
"--enable-console-prompts",
|
233 |
+
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"), # Gantilah dengan token yang sesuai
|
|
|
|
|
234 |
]
|
235 |
|
236 |
args = [arg.as_posix() if isinstance(arg, pathlib.PosixPath) else arg for arg in args]
|