Jeffgold commited on
Commit
4abb1b3
·
1 Parent(s): ffe2496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -84,9 +84,6 @@ def convert_video(video_file, quality, aspect_ratio, video_url, api_key, web3_up
84
  # TemporaryDirectory context manager exits.
85
  output_copy_path = shutil.copy2(output_path, tempfile.gettempdir())
86
 
87
- # Let's complete the code here.
88
-
89
- ```python
90
  # If the user wants to upload to web3, do that and return the URL.
91
  # Otherwise, just return the local path.
92
  if web3_upload:
 
84
  # TemporaryDirectory context manager exits.
85
  output_copy_path = shutil.copy2(output_path, tempfile.gettempdir())
86
 
 
 
 
87
  # If the user wants to upload to web3, do that and return the URL.
88
  # Otherwise, just return the local path.
89
  if web3_upload: