Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
•
20a26d0
1
Parent(s):
798ede2
update
Browse files
app.py
CHANGED
@@ -613,7 +613,8 @@ def parse_args():
|
|
613 |
#parser.add_argument("--device", type=str, default="cuda")
|
614 |
parser.add_argument("--device", type=str, default=devicetorch.get(torch))
|
615 |
parser.add_argument("--half", action="store_true")
|
616 |
-
parser.add_argument("--compile", action="store_true",default=True)
|
|
|
617 |
parser.add_argument("--max-gradio-length", type=int, default=0)
|
618 |
parser.add_argument("--theme", type=str, default="light")
|
619 |
|
|
|
613 |
#parser.add_argument("--device", type=str, default="cuda")
|
614 |
parser.add_argument("--device", type=str, default=devicetorch.get(torch))
|
615 |
parser.add_argument("--half", action="store_true")
|
616 |
+
#parser.add_argument("--compile", action="store_true",default=True)
|
617 |
+
parser.add_argument("--compile", action="store_true",default=False)
|
618 |
parser.add_argument("--max-gradio-length", type=int, default=0)
|
619 |
parser.add_argument("--theme", type=str, default="light")
|
620 |
|