Xenos14 commited on
Commit
4aab3fc
·
verified ·
1 Parent(s): c7d88ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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