Skip to content

Commit 343817d

Browse files
committed
Shareable link update
1 parent dea2cc1 commit 343817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
exit()
1818
parser = argparse.ArgumentParser(description="DiffusionMagic")
1919
parser.add_argument(
20-
"-s", "--share", help="Shareable link", required=False, default=False
20+
"-s", "--share", help="Shareable link", action="store_true", default=False
2121
)
2222
args = parser.parse_args()
2323
compute = Computing()

0 commit comments

Comments
 (0)