Spaces:
Paused
Paused
Update app.py
Browse files
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:
|