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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -88,7 +88,8 @@ 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
+
92
+ html_blocks = []
93
 
94
  for path in output_paths:
95
  video_path = f'http://localhost:5000/files/{path.name}'