Jeffgold commited on
Commit
114a2f2
·
1 Parent(s): 065d626

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
88
 
89
  # Change "video" to "file"
90
  video_file = gr.inputs.File(label="Your video file") # Remove `type="video"`
91
- html_blocks = []
92
 
93
  for path in output_paths:
94
  video_path = f'http://localhost:5000/files/{path.name}'
 
88
 
89
  # Change "video" to "file"
90
  video_file = gr.inputs.File(label="Your video file") # Remove `type="video"`
91
+ html_blocks = []
92
 
93
  for path in output_paths:
94
  video_path = f'http://localhost:5000/files/{path.name}'