vorstcavry
commited on
Commit
•
ae76b93
1
Parent(s):
a49548b
Update app.py
Browse files
app.py
CHANGED
@@ -157,8 +157,8 @@ args = [
|
|
157 |
"--skip-torch-cuda-test",
|
158 |
"--enable-console-prompts",
|
159 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
160 |
-
"--hf-token-out",
|
161 |
-
"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" # Gantilah dengan token yang sesuai
|
162 |
]
|
163 |
|
164 |
args = [arg.as_posix() if isinstance(arg, pathlib.PosixPath) else arg for arg in args]
|
|
|
157 |
"--skip-torch-cuda-test",
|
158 |
"--enable-console-prompts",
|
159 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
160 |
+
# "--hf-token-out",
|
161 |
+
# "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" # Gantilah dengan token yang sesuai
|
162 |
]
|
163 |
|
164 |
args = [arg.as_posix() if isinstance(arg, pathlib.PosixPath) else arg for arg in args]
|