vorstcavry commited on
Commit
eaeef68
1 Parent(s): 25e167d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -208,8 +208,7 @@ args = [
208
  "--skip-torch-cuda-test",
209
  "--enable-console-prompts",
210
  "--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
211
- "--hf-token-out",
212
- "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" # Gantilah dengan token yang sesuai
213
  ]
214
 
215
  args = [arg.as_posix() if isinstance(arg, pathlib.PosixPath) else arg for arg in args]
 
208
  "--skip-torch-cuda-test",
209
  "--enable-console-prompts",
210
  "--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
211
+ # Gantilah dengan token yang sesuai
 
212
  ]
213
 
214
  args = [arg.as_posix() if isinstance(arg, pathlib.PosixPath) else arg for arg in args]