Spaces:
Runtime error
Runtime error
victorisgeek
commited on
Commit
•
9165f85
1
Parent(s):
b3669b8
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from utils import trim_video, StreamerThread, ProcessBar, open_directory, split_
|
|
26 |
|
27 |
## ------------------------------ USER ARGS ------------------------------
|
28 |
|
29 |
-
parser = argparse.ArgumentParser(description="
|
30 |
parser.add_argument("--out_dir", help="Default Output directory", default=os.getcwd())
|
31 |
parser.add_argument("--batch_size", help="Gpu batch size", default=32)
|
32 |
parser.add_argument("--cuda", action="store_true", help="Enable cuda", default=False)
|
|
|
26 |
|
27 |
## ------------------------------ USER ARGS ------------------------------
|
28 |
|
29 |
+
parser = argparse.ArgumentParser(description="FSawap-BypassNSFW")
|
30 |
parser.add_argument("--out_dir", help="Default Output directory", default=os.getcwd())
|
31 |
parser.add_argument("--batch_size", help="Gpu batch size", default=32)
|
32 |
parser.add_argument("--cuda", action="store_true", help="Enable cuda", default=False)
|