Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
|
|
102 |
server_ip = get_ip_address()
|
103 |
output_links = []
|
104 |
for path in output_paths:
|
105 |
-
output_links.append(f'<a href="http://{server_ip}:8000
|
106 |
|
107 |
output_html = "<br>".join(output_links)
|
108 |
return output_html
|
|
|
102 |
server_ip = get_ip_address()
|
103 |
output_links = []
|
104 |
for path in output_paths:
|
105 |
+
output_links.append(f'<a href="http://{server_ip}:8000{path}" target="_blank">Download {Path(path).stem}</a>')
|
106 |
|
107 |
output_html = "<br>".join(output_links)
|
108 |
return output_html
|