Update app.py
Browse files
app.py
CHANGED
@@ -190,6 +190,7 @@ args = [
|
|
190 |
# "--medvram",
|
191 |
"--skip-torch-cuda-test",
|
192 |
"--enable-console-prompts",
|
|
|
193 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
194 |
# "--hf-token-out",
|
195 |
# "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" # Gantilah dengan token yang sesuai
|
|
|
190 |
# "--medvram",
|
191 |
"--skip-torch-cuda-test",
|
192 |
"--enable-console-prompts",
|
193 |
+
"--ui-config-file=" + str(pathlib.Path(__file__).parent / "ui-config.json"),
|
194 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
195 |
# "--hf-token-out",
|
196 |
# "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" # Gantilah dengan token yang sesuai
|