Daankular commited on
Commit
404bc31
·
verified ·
1 Parent(s): c3ab8fb

Update generate.py

Browse files
Files changed (1) hide show
  1. 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"Uploaded to endpoint: {resp.json()}")
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: