Spaces:
Runtime error
Runtime error
vorstcavry
commited on
Commit
•
eaeef68
1
Parent(s):
25e167d
Update app.py
Browse files
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 |
-
|
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]
|