Jeffgold commited on
Commit
4290e25
·
1 Parent(s): 08bc846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/{path}" target="_blank">Download {Path(path).stem}</a>')
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