Spaces:
Running on Zero
Running on Zero
Update generate.py
Browse files- generate.py +1 -1
generate.py
CHANGED
|
@@ -134,7 +134,7 @@ def main():
|
|
| 134 |
files={"file": (Path(args.output).name, f, "video/mp4")},
|
| 135 |
timeout=300,
|
| 136 |
)
|
| 137 |
-
p(f"
|
| 138 |
except Exception as e:
|
| 139 |
p(f"Upload warning (non-fatal): {e}")
|
| 140 |
else:
|
|
|
|
| 134 |
files={"file": (Path(args.output).name, f, "video/mp4")},
|
| 135 |
timeout=300,
|
| 136 |
)
|
| 137 |
+
p(f"All Gen Processing Completed!")
|
| 138 |
except Exception as e:
|
| 139 |
p(f"Upload warning (non-fatal): {e}")
|
| 140 |
else:
|